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

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

[Install]
WantedBy=multi-user.target