summarylogtreecommitdiffstats
path: root/pure-ftpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'pure-ftpd.service')
-rw-r--r--pure-ftpd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/pure-ftpd.service b/pure-ftpd.service
new file mode 100644
index 000000000000..20c53171769b
--- /dev/null
+++ b/pure-ftpd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Pure-FTPd FTP server
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/pure-ftpd.pid
+ExecStart=/usr/bin/pure-config.pl /etc/pure-ftpd/pure-ftpd.conf
+
+[Install]
+WantedBy=multi-user.target