summaryrefslogtreecommitdiff
path: root/community/vsftpd/vsftpd.service
blob: 63876460c8c63aa2f34dc6fa549443bf9e9b3528 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=vsftpd daemon

[Service]
ExecStart=/usr/bin/vsftpd
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process

[Install]
WantedBy=multi-user.target