archrelease: copy trunk to community-x86_64
[ArchLinux/community.git] / vsftpd / trunk / vsftpd.service
blobcc7645fbe101efc6b05142be9f8869c84ec00e35
1 [Unit]
2 Description=vsftpd daemon
3 After=network.target
5 [Service]
6 ExecStart=/usr/bin/vsftpd
7 ExecReload=/bin/kill -HUP $MAINPID
8 KillMode=process
10 [Install]
11 WantedBy=multi-user.target