summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-apps/systemd-units/files/services-server/vsftpd_at.service4
1 files changed, 4 insertions, 0 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
index 1d89cca..5380b83 100644
--- a/sys-apps/systemd-units/files/services-server/vsftpd_at.service
+++ b/sys-apps/systemd-units/files/services-server/vsftpd_at.service
@@ -2,5 +2,9 @@
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