forked from pool/systemd
27 lines
746 B
Diff
27 lines
746 B
Diff
From e1562e145272efea60275ffe8e7edeb65224ab8d Mon Sep 17 00:00:00 2001
|
|
From: Thomas Blume <thomas.blume@suse.com>
|
|
Date: Tue, 25 Mar 2014 13:08:56 +0000
|
|
Subject: [PATCH] rc-local: fix ordering startup for /etc/init.d/boot.local
|
|
|
|
[tblume: fixes bnc#869142]
|
|
---
|
|
units/rc-local.service.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/units/rc-local.service.in b/units/rc-local.service.in
|
|
index 6fb0838cdb..768f720032 100644
|
|
--- a/units/rc-local.service.in
|
|
+++ b/units/rc-local.service.in
|
|
@@ -13,7 +13,7 @@
|
|
Description={{RC_LOCAL_PATH}} Compatibility
|
|
Documentation=man:systemd-rc-local-generator(8)
|
|
ConditionFileIsExecutable={{RC_LOCAL_PATH}}
|
|
-After=network.target
|
|
+After=basic.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
--
|
|
2.35.3
|
|
|