12 lines
310 B
Desktop File
12 lines
310 B
Desktop File
[Unit]
|
|
Description=ProFTPd FTP server
|
|
After=systemd-user-sessions.service network.target nss-lookup.target local-fs.target remote-fs.target
|
|
|
|
[Service]
|
|
ExecStartPre=-/usr/bin/install -d /run/proftpd
|
|
ExecStart=/usr/sbin/proftpd --nodaemon
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|