Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1669 - (show annotations) (download)
Sun Feb 5 16:09:48 2012 UTC (12 years, 2 months ago) by niro
File size: 328 byte(s)
-upstream moved systemdunitdir /lib/systemd -> /usr/lib/systemd
1 [Unit]
2 Description=Network Connectivity
3 After=syslog.target udev-settle.service
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 Also=udev-settle.service
15 WantedBy=multi-user.target