Magellan Linux

Contents of /tags/init-0_7_1_2/systemd/units/services/network.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1484 - (show annotations) (download)
Wed Aug 3 23:32:18 2011 UTC (12 years, 9 months ago) by niro
File size: 295 byte(s)
tagged 'init-0_7_1_2'
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=/lib/systemd/magellan-network start
11 ExecStop=/lib/systemd/magellan-network stop
12
13 [Install]
14 WantedBy=multi-user.target