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

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

[Install]
WantedBy=multi-user.target