new/buildroot/package/proftpd/proftpd.service
2025-05-10 21:58: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