[vsftpd] replaced template file vsftpd at .service by unit file

Jiri Skala jskala at fedoraproject.org
Tue Nov 15 12:56:06 UTC 2011


commit ce6a54f810c850fa9603f6f6dc7bfd0618716ac6
Author: Jiri Skala <jskala at redhat.com>
Date:   Tue Nov 15 13:56:02 2011 +0100

    replaced template file vsftpd at .service by unit file

 vsftpd.service  |   10 ++++++++++
 vsftpd at .service |   16 ----------------
 2 files changed, 10 insertions(+), 16 deletions(-)
---
diff --git a/vsftpd.service b/vsftpd.service
new file mode 100644
index 0000000..8ebae44
--- /dev/null
+++ b/vsftpd.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Vsftpd ftp daemon
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf
+
+[Install]
+WantedBy=multi-user.target


More information about the scm-commits mailing list