db-move: moved firefox-i18n from [testing] to [extra] (any)
[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