Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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