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

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

[Install]
WantedBy=multi-user.target