Files
shredos.x86_64/package/proftpd/proftpd.service
2021-11-23 23:01:30 +00: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