Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1481 - (hide annotations) (download)
Wed Aug 3 23:30:25 2011 UTC (12 years, 9 months ago) by niro
File size: 295 byte(s)
-pull-in network.target via wants, no need to install via wantedby
-depend on udev-settle.service atm because the network modules may not loaded already when this script is run by systemd
1 niro 1379 [Unit]
2     Description=Network Connectivity
3 niro 1481 After=syslog.target udev-settle.service
4     Wants=network.target
5 niro 1379 Before=network.target
6    
7     [Service]
8     Type=oneshot
9     RemainAfterExit=yes
10 niro 1383 ExecStart=/lib/systemd/magellan-network start
11     ExecStop=/lib/systemd/magellan-network stop
12 niro 1379
13     [Install]
14 niro 1481 WantedBy=multi-user.target