]> git.pld-linux.org Git - packages/systemd.git/blob - network-post.service
- add oneshot type and full path
[packages/systemd.git] / network-post.service
1 [Unit]
2 Description=Finalize network
3 DefaultDependencies=no
4 After=network.service
5
6 [Service]
7 Type=oneshot
8 ExecStart=/sbin/service network start_postinit
9 ExecStart=/bin/touch /var/lock/subsys/network
10 ExecStop=/bin/rm -f /var/lock/subsys/network
11
12 RemainAfterExit=true
13
14 [Install]
15 WantedBy=network.target
This page took 0.029353 seconds and 4 git commands to generate.