summaryrefslogtreecommitdiffstats
path: root/abs/core/inetutils/ftpd.service
blob: 3020804b0347d44e3eb90edb3e17d6e4662d9634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=FTPD Daemon
After=network.target

[Service]
Type=forking
PIDFile=/run/ftpd.pid
ExecStart=/usr/bin/ftpd -D
ExecStopPost=/bin/rm -f /run/ftpd.pid

[Install]
WantedBy=multi-user.target