]> git.pld-linux.org Git - packages/systemd.git/blame - network.service
- apply uclibc patch only when building with uclibc
[packages/systemd.git] / network.service
CommitLineData
4b45bf2a
TP
1[Unit]
2Description=Initialize network
3DefaultDependencies=no
f54b2acf 4After=syslog.target udev-settle.service local-fs.target
f2a385f3 5Wants=network.target udev.service udev-settle.service
fc117949 6Before=network.target
4b45bf2a
TP
7
8[Service]
9Type=oneshot
b7203b85
ER
10ExecStart=/etc/rc.d/init.d/network start
11ExecStop=/etc/rc.d/init.d/network stop
4b45bf2a
TP
12RemainAfterExit=true
13
14[Install]
fc117949 15WantedBy=multi-user.target
This page took 0.047748 seconds and 4 git commands to generate.