]> git.pld-linux.org Git - packages/systemd.git/blob - network-post.service
- R proper rc-scripts
[packages/systemd.git] / network-post.service
1 [Unit]
2 Description=Finalize network
3 DefaultDependencies=no
4 After=network.service
5
6 [Service]
7 ExecStart=/sbin/service network start_postinit
8 RemainAfterExit=true
9
10 [Install]
11 WantedBy=network.target
This page took 0.050774 seconds and 3 git commands to generate.