db-move: moved libdex from [staging] to [testing] (x86_64)
[arch-packages.git] / inetutils / trunk / ftpd.service
blobc1deb0d52a3541b8b2c8dce394cbead869505953
1 [Unit]
2 Description=FTPD Daemon
3 After=network.target
5 [Service]
6 Type=forking
7 PIDFile=/run/ftpd.pid
8 ExecStart=/usr/bin/ftpd -D
9 ExecStopPost=/usr/bin/rm -f /run/ftpd.pid
11 [Install]
12 WantedBy=multi-user.target