Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2305 - (hide annotations) (download)
Thu Jan 2 13:28:42 2014 UTC (10 years, 5 months ago) by niro
File size: 283 byte(s)
-network: wait for interface to come up and removed udev-settle dependency from systemd service, which is not needed anymore. this speeds things up and make networking more fail-safe
1 niro 1379 [Unit]
2     Description=Network Connectivity
3 niro 2305 After=syslog.target
4     Wants=network.target
5 niro 1379 Before=network.target
6    
7     [Service]
8     Type=oneshot
9     RemainAfterExit=yes
10 niro 1669 ExecStart=/usr/lib/systemd/magellan-network start
11     ExecStop=/usr/lib/systemd/magellan-network stop
12 niro 1379
13     [Install]
14 niro 1481 WantedBy=multi-user.target