mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
rc-local: order after network.target
As suggested by Bill Nottingham: rc.local is often used for frobbing the network. https://bugzilla.redhat.com/show_bug.cgi?id=754789
This commit is contained in:
parent
e951701a4d
commit
91b684c730
@ -9,6 +9,7 @@
|
|||||||
# systemd-rc-local-generator if /etc/rc.d/rc.local is executable.
|
# systemd-rc-local-generator if /etc/rc.d/rc.local is executable.
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=/etc/rc.d/rc.local Compatibility
|
Description=/etc/rc.d/rc.local Compatibility
|
||||||
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=forking
|
Type=forking
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
# systemd-rc-local-generator if /etc/init.d/boot.local is executable.
|
# systemd-rc-local-generator if /etc/init.d/boot.local is executable.
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=/etc/init.d/boot.local Compatibility
|
Description=/etc/init.d/boot.local Compatibility
|
||||||
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
Loading…
Reference in New Issue
Block a user