10 lines
226 B
Desktop File
10 lines
226 B
Desktop File
[Unit]
|
|
Description=vsftpd per-connection server (legacy implicit SSL)
|
|
|
|
[Service]
|
|
ExecStart=-/usr/bin/vsftpd -oimplicit_ssl=yes
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
StandardInput=socket
|
|
StandardOutput=socket
|
|
StandardError=syslog
|