Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2033 - (hide annotations) (download)
Thu Jan 24 14:52:38 2013 UTC (11 years, 3 months ago) by niro
File size: 344 byte(s)
-udev-settle.service unit was renamed to systemd-udev-settle.service by upstream
1 niro 1379 [Unit]
2     Description=Network Connectivity
3 niro 2033 After=syslog.target systemd-udev-settle.service
4 niro 1481 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 1964 Also=systemd-udev-settle.service
15 niro 1481 WantedBy=multi-user.target