summaryrefslogtreecommitdiff
blob: 5380b83ffcfe3ae9c005119bd17a241d039b1d70 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=Very Secure FTP Daemon

[Service]
Type=simple
# Note: Do not use ExecStartPre=/usr/libexec/vsftpd-checkconfig.sh, as it
# requires one of the listen options to be enabled.
ExecStart=/usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf -obackground=NO -olisten=NO -olisten_ipv6=NO
StandardInput=socket
SuccessExitStatus=2