diff options
Diffstat (limited to 'testing/proftpd/proftpd.service')
-rw-r--r-- | testing/proftpd/proftpd.service | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/testing/proftpd/proftpd.service b/testing/proftpd/proftpd.service deleted file mode 100644 index c202a2fdf..000000000 --- a/testing/proftpd/proftpd.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description = ProFTPD FTP Server -After = network.target nss-lookup.target local-fs.target remote-fs.target - -[Service] -Type = forking -PIDFile = /run/proftpd/proftpd.pid -Environment = PROFTPD_ARGS= -EnvironmentFile = -/etc/conf.d/proftpd -ExecStart = /usr/sbin/proftpd $PROFTPD_ARGS -ExecReload = /bin/kill -HUP $MAINPID - -[Install] -WantedBy = multi-user.target |