This commit is contained in:
Mario Fetka
2020-01-23 11:57:54 +01:00
parent b9d3a6e55f
commit f3987e65cf
42 changed files with 2315 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=oftpd is designed to be as secure as an anonymous FTP server can possibly be.
After=syslog.target network.target
[Service]
ExecStart=/usr/sbin/oftpd --daemon --no-fork --user nobody --group nobody $TFTPD_ROOT
[Install]
WantedBy=multi-user.target