0aef3358be
- Import commit d7b5ac76dc95ddf30e707d26998e36303e9f52a7 (merge of v246.6)
For a complete list of changes, visit:
1cab0d4458...d7b5ac76dc
- Ship {/usr/lib,/etc}/systemd/network directories in the main package
These directories can be used by both udevd and networkd.
OBS-URL: https://build.opensuse.org/request/show/838925
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1121
27 lines
746 B
Diff
27 lines
746 B
Diff
From 47563b617a371680d1ec3729fa4324310ebe3710 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 1/1] 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 d4aaaf09d4..5cd1571cc7 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.26.2
|
|
|