This unit is provided by:
Options
-
[Install]
-
WantedBy=vsftpd.target
-
-
[Service]
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=-/usr/bin/vsftpd
-
ExecStart=/usr/sbin/vsftpd /etc/vsftpd.conf -obackground=NO -olisten=NO -olisten_ipv6=NO
-
ExecStart=/usr/sbin/vsftpd /etc/vsftpd/%i.conf
-
StandardError=syslog
-
StandardInput=socket
-
SuccessExitStatus=2
-
Type=forking
-
Type=simple
-
-
[Unit]
-
After=network-online.target
-
Description=Very Secure FTP Daemon
-
Description=Vsftpd ftp daemon
-
Description=vsftpd per-connection server
-
PartOf=vsftpd.target
-
Additionnal notes
Nothing here.