forked from pool/systemd
0713ad6b06
add feature 316824 and address bug 869142 OBS-URL: https://build.opensuse.org/request/show/227461 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=573
13 lines
458 B
Diff
13 lines
458 B
Diff
diff -Naur systemd-210/units/rc-local.service.in systemd-210-mod/units/rc-local.service.in
|
|
--- systemd-210/units/rc-local.service.in 2013-08-13 22:02:52.788756123 +0200
|
|
+++ systemd-210-mod/units/rc-local.service.in 2014-03-25 08:34:40.317587764 +0100
|
|
@@ -10,7 +10,7 @@
|
|
[Unit]
|
|
Description=@RC_LOCAL_SCRIPT_PATH_START@ Compatibility
|
|
ConditionFileIsExecutable=@RC_LOCAL_SCRIPT_PATH_START@
|
|
-After=network.target
|
|
+After=basic.target
|
|
|
|
[Service]
|
|
Type=forking
|