Files
buildroot/package/proftpd/proftpd.service
2019-09-25 20:52:32 -03:00

11 lines
163 B
Desktop File

[Unit]
Description=FTP server
After=syslog.target network.target
[Service]
ExecStart=/usr/sbin/proftpd -n -q
Restart=always
[Install]
WantedBy=multi-user.target