summaryrefslogtreecommitdiff
path: root/vsftpd.service
diff options
context:
space:
mode:
Diffstat (limited to 'vsftpd.service')
-rw-r--r--vsftpd.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/vsftpd.service b/vsftpd.service
new file mode 100644
index 0000000..4a41b72
--- /dev/null
+++ b/vsftpd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Vsftpd ftp daemon
+After=network-online.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf
+
+[Install]
+WantedBy=multi-user.target