Magellan Linux

Contents of /trunk/initscripts/systemd/units/services/network.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1383 - (show annotations) (download)
Sat Jun 4 22:49:03 2011 UTC (12 years, 10 months ago) by niro
File size: 249 byte(s)
-the helper script get installed as magellan-network
1 [Unit]
2 Description=Network Connectivity
3 Before=network.target
4
5 [Service]
6 Type=oneshot
7 RemainAfterExit=yes
8 ExecStart=/lib/systemd/magellan-network start
9 ExecStop=/lib/systemd/magellan-network stop
10
11 [Install]
12 WantedBy=network.target multi-user.target