Blob Blame History Raw
[Unit]
Description=ProFTPD FTP Server
After=syslog.target network.target nss-lookup.target local-fs.target remote-fs.target

[Service]
Type=forking
EnvironmentFile=/etc/sysconfig/proftpd
ExecStart=/usr/sbin/proftpd $PROFTPD_OPTIONS
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target