You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-ftp/vsftpd/files/vsftpd_at.service

11 lines
328 B

[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