]> git.pld-linux.org Git - packages/systemd.git/blame - network.service
- C multipath tools without -u option
[packages/systemd.git] / network.service
CommitLineData
4b45bf2a
TP
1[Unit]
2Description=Initialize network
3DefaultDependencies=no
5b4364de 4After=syslog.target udev-settle.service
f2a385f3 5Wants=network.target udev.service udev-settle.service
5b4364de 6Wants=local-fs.target systemd-tmpfiles-setup.service
fc117949 7Before=network.target
4b45bf2a
TP
8
9[Service]
10Type=oneshot
b7203b85
ER
11ExecStart=/etc/rc.d/init.d/network start
12ExecStop=/etc/rc.d/init.d/network stop
4b45bf2a
TP
13RemainAfterExit=true
14
15[Install]
fc117949 16WantedBy=multi-user.target
This page took 0.068341 seconds and 4 git commands to generate.