desktop/proftpd/proftpd.service

14 lines
220 B
Desktop File

[Unit]
Description=ProFTPD FTP Server
After=network.target
[Service]
Type=forking
PIDFile=/run/proftpd/proftpd.pid
ExecStart=/usr/sbin/proftpd
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy = multi-user.target