aboutsummaryrefslogtreecommitdiffstats
path: root/clfs
diff options
context:
space:
mode:
Diffstat (limited to 'clfs')
-rw-r--r--clfs/units/proftpd.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/clfs/units/proftpd.service b/clfs/units/proftpd.service
new file mode 100644
index 0000000..bc0e46f
--- /dev/null
+++ b/clfs/units/proftpd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=ProFTPD FTP Server
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/proftpd
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target