d011d97abb
- Upgrade to v246.4 (commit f1344d5b7f31e98aedb01e606f41d74d3caaf446) See https://github.com/openSUSE/systemd/blob/SUSE/v246/NEWS for details. Now that the number of SUSE specific patches has been shrinked and is pretty low (12 at the time of this writing), they are no more tracked by the git repo and are now handled at the package level. Hence It is easier to maintain and identify them. This effectively means that SUSE/v246 will contain upstream commits only. OBS-URL: https://build.opensuse.org/request/show/832016 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1113
28 lines
775 B
Diff
28 lines
775 B
Diff
From 59f2eadb29ac38803fd32fe52f1403343a7d74ac 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 02/12] 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 78ce69e0ae..0bcea82bed 100644
|
|
--- a/units/rc-local.service.in
|
|
+++ b/units/rc-local.service.in
|
|
@@ -13,7 +13,7 @@
|
|
Description=@RC_LOCAL_SCRIPT_PATH_START@ Compatibility
|
|
Documentation=man:systemd-rc-local-generator(8)
|
|
ConditionFileIsExecutable=@RC_LOCAL_SCRIPT_PATH_START@
|
|
-After=network.target
|
|
+After=basic.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
--
|
|
2.26.2
|
|
|