Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1379 by niro, Sat Jun 4 22:39:12 2011 UTC revision 1481 by niro, Wed Aug 3 23:30:25 2011 UTC
# Line 1  Line 1 
1  [Unit]  [Unit]
2  Description=Network Connectivity  Description=Network Connectivity
3    After=syslog.target udev-settle.service
4    Wants=network.target
5  Before=network.target  Before=network.target
6    
7  [Service]  [Service]
8  Type=oneshot  Type=oneshot
9  RemainAfterExit=yes  RemainAfterExit=yes
10  ExecStart=/lib/systemd/scripts/network start  ExecStart=/lib/systemd/magellan-network start
11  ExecStop=/lib/systemd/scripts/network stop  ExecStop=/lib/systemd/magellan-network stop
12    
13  [Install]  [Install]
14  WantedBy=network.target multi-user.target  WantedBy=multi-user.target

Legend:
Removed from v.1379  
changed lines
  Added in v.1481