10 lines
267 B
Desktop File
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
|