]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
netplugd: Add upstart jobfile.
authorSchantl Stefan <Stevee@ipfire.org>
Sat, 6 Nov 2010 21:22:25 +0000 (22:22 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Sat, 6 Nov 2010 21:22:25 +0000 (22:22 +0100)
Refers to #87.

pkgs/core/netplug/netplugd.init [new file with mode: 0644]

diff --git a/pkgs/core/netplug/netplugd.init b/pkgs/core/netplug/netplugd.init
new file mode 100644 (file)
index 0000000..3f9fef4
--- /dev/null
@@ -0,0 +1,8 @@
+description            "Starts the netplug daemon"
+author                 "IPFire Team"
+
+start on started network
+stop on stopping network
+
+exec /sbin/netplugd -F
+respawn