]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
vsftpd: Add upstart job file.
authorSchantl Stefan <Stevee@ipfire.org>
Tue, 27 Apr 2010 08:55:40 +0000 (10:55 +0200)
committerSchantl Stefan <Stevee@ipfire.org>
Tue, 27 Apr 2010 08:55:40 +0000 (10:55 +0200)
pkgs/core/vsftpd/vsftpd.init [new file with mode: 0644]

diff --git a/pkgs/core/vsftpd/vsftpd.init b/pkgs/core/vsftpd/vsftpd.init
new file mode 100644 (file)
index 0000000..e21e27f
--- /dev/null
@@ -0,0 +1,9 @@
+description             "Very secure FTP daemon"
+author                  "IPFire Team"
+
+start on started network
+stop on stopping network
+
+exec /usr/sbin/vsftpd
+expect daemon
+respawn