From: Schantl Stefan Date: Sat, 6 Nov 2010 21:22:25 +0000 (+0100) Subject: netplugd: Add upstart jobfile. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7e3f4f0159e3ccb16f77bb7e17cb49ef09a8fe;p=ipfire-3.x.git netplugd: Add upstart jobfile. Refers to #87. --- diff --git a/pkgs/core/netplug/netplugd.init b/pkgs/core/netplug/netplugd.init new file mode 100644 index 000000000..3f9fef49d --- /dev/null +++ b/pkgs/core/netplug/netplugd.init @@ -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