summarylogtreecommitdiffstats
path: root/stupid-ftpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'stupid-ftpd.service')
-rw-r--r--stupid-ftpd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/stupid-ftpd.service b/stupid-ftpd.service
new file mode 100644
index 000000000000..73b420b2c0b2
--- /dev/null
+++ b/stupid-ftpd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=stupid-ftpd daemon
+
+[Service]
+ExecStart=/usr/sbin/stupid-ftpd
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target