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

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

[Install]
WantedBy=multi-user.target