13 lines
205 B
Desktop File
13 lines
205 B
Desktop File
[Unit]
|
|
Description=FTPD Daemon
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/run/ftpd.pid
|
|
ExecStart=@libexecdir@/ftpd -D
|
|
ExecStopPost=/bin/rm -f /run/ftpd.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|