]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/core/netplug/netplugd.init
3f9fef49d07ea6b0c72cf62abe45daf844517502
[people/ms/ipfire-3.x.git] / pkgs / core / netplug / netplugd.init
1 description "Starts the netplug daemon"
2 author "IPFire Team"
3
4 start on started network
5 stop on stopping network
6
7 exec /sbin/netplugd -F
8 respawn