]> git.pld-linux.org Git - packages/systemd.git/blame - network.service
- add ugly hack to detect PLD SysV service requiring network
[packages/systemd.git] / network.service
CommitLineData
4b45bf2a
TP
1[Unit]
2Description=Initialize network
3DefaultDependencies=no
4After=remount-rootfs.service
5Before=network-post.service
6Wants=network-post.service
7
8[Service]
9Type=oneshot
10ExecStart=/sbin/service network start_init
11ExecStop=/sbin/service network stop_deinit
12RemainAfterExit=true
13
14[Install]
966b7f10 15WantedBy=network.target
This page took 0.053308 seconds and 4 git commands to generate.