Files
SDK_IMX6/package/proftpd/proftpd.service
2022-10-31 22:18:58 +08: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