Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2102 - (show annotations) (download)
Tue Apr 2 08:28:11 2013 UTC (11 years, 1 month ago) by niro
File size: 372 byte(s)
-newer systemd version install the udev-settle service as an static service; so we need a Wants dep to start is properly
1 [Unit]
2 Description=Network Connectivity
3 After=syslog.target systemd-udev-settle.service
4 Wants=network.target systemd-udev-settle.service
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 Also=systemd-udev-settle.service
15 WantedBy=multi-user.target