Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1379 - (hide annotations) (download)
Sat Jun 4 22:39:12 2011 UTC (12 years, 11 months ago) by niro
File size: 247 byte(s)
-added services dir
1 niro 1379 [Unit]
2     Description=Network Connectivity
3     Before=network.target
4    
5     [Service]
6     Type=oneshot
7     RemainAfterExit=yes
8     ExecStart=/lib/systemd/scripts/network start
9     ExecStop=/lib/systemd/scripts/network stop
10    
11     [Install]
12     WantedBy=network.target multi-user.target