summaryrefslogtreecommitdiff
path: root/vsftpd.service
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-07-15 09:01:07 +0000
committerCoprDistGit <infra@openeuler.org>2024-07-15 09:01:07 +0000
commita69ae46c92199effdb2f0903e5416af42fd8ad69 (patch)
tree3700124d2256f460e93567fa6f3cfa6ec0d44787 /vsftpd.service
parent908f6497506278a654656b2ed78b9cf08a892218 (diff)
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