]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/core/network/network.init
Remove legacy build system.
[people/ms/ipfire-3.x.git] / pkgs / core / network / network.init
1 description "Control the networking"
2 author "IPFire Team"
3
4 start on started network-init
5 stop on shutdown-network
6
7 pre-start script
8 network start
9 end script
10
11 post-stop script
12 network stop
13 end script