diff options
Diffstat (limited to 'sys-apps/systemd-units/files/services-server/vsftpd_at.service')
-rw-r--r-- | sys-apps/systemd-units/files/services-server/vsftpd_at.service | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys-apps/systemd-units/files/services-server/vsftpd_at.service b/sys-apps/systemd-units/files/services-server/vsftpd_at.service deleted file mode 100644 index 5380b83..0000000 --- a/sys-apps/systemd-units/files/services-server/vsftpd_at.service +++ /dev/null @@ -1,10 +0,0 @@ -[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 |