]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/network/network.init
systemd: Change default target to multi-user.
[people/ms/ipfire-3.x.git] / pkgs / 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