Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2305 - (show annotations) (download)
Thu Jan 2 13:28:42 2014 UTC (10 years, 4 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 [Unit]
2 Description=Network Connectivity
3 After=syslog.target
4 Wants=network.target
5 Before=network.target
6
7 [Service]
8 Type=oneshot
9 RemainAfterExit=yes
10 ExecStart=/usr/lib/systemd/magellan-network start
11 ExecStop=/usr/lib/systemd/magellan-network stop
12
13 [Install]
14 WantedBy=multi-user.target