linamh/net-ftp/oftpd/files/oftpd.service
Mario Fetka f3987e65cf Bump
2020-01-23 11:57:54 +01:00

10 lines
267 B
Desktop File

[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