2012-08-31 16:10:38 +00:00
|
|
|
[Unit]
|
|
|
|
Description=ProFTPd FTP server
|
2013-08-05 07:14:58 +00:00
|
|
|
After=systemd-user-sessions.service network.target nss-lookup.target local-fs.target remote-fs.target
|
2012-08-31 16:10:38 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/sbin/proftpd --nodaemon
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|