Magellan Linux

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

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

revision 1480 by niro, Sat Jun 4 22:49:03 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]
# Line 9  ExecStart=/lib/systemd/magellan-network Line 11  ExecStart=/lib/systemd/magellan-network
11  ExecStop=/lib/systemd/magellan-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.1480  
changed lines
  Added in v.1481