Blame 0097-systemd-install-missing-drop-in-configs.patch

Harald Hoyer 414eba
From 5d013e5e3c69b0d36b4f5f37e921f83d6dd0c166 Mon Sep 17 00:00:00 2001
Harald Hoyer 414eba
From: Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com>
Harald Hoyer 414eba
Date: Wed, 6 Jul 2016 06:36:50 +0200
Harald Hoyer 414eba
Subject: [PATCH] systemd: install missing drop-in configs
Harald Hoyer 414eba
Harald Hoyer 414eba
In host-only mode, install missing drop-in configuration files for
Harald Hoyer 414eba
/etc/systemd/{journal.conf,system.conf}.
Harald Hoyer 414eba
---
Harald Hoyer 414eba
 modules.d/00systemd/module-setup.sh | 2 ++
Harald Hoyer 414eba
 1 file changed, 2 insertions(+)
Harald Hoyer 414eba
Harald Hoyer 414eba
diff --git a/modules.d/00systemd/module-setup.sh b/modules.d/00systemd/module-setup.sh
Harald Hoyer 414eba
index e4260c7..51904c5 100755
Harald Hoyer 414eba
--- a/modules.d/00systemd/module-setup.sh
Harald Hoyer 414eba
+++ b/modules.d/00systemd/module-setup.sh
Harald Hoyer 414eba
@@ -162,7 +162,9 @@ install() {
Harald Hoyer 414eba
     if [[ $hostonly ]]; then
Harald Hoyer 414eba
         inst_multiple -H -o \
Harald Hoyer 414eba
             /etc/systemd/journald.conf \
Harald Hoyer 414eba
+            /etc/systemd/journald.conf.d/*.conf \
Harald Hoyer 414eba
             /etc/systemd/system.conf \
Harald Hoyer 414eba
+            /etc/systemd/system.conf.d/*.conf \
Harald Hoyer 414eba
             /etc/hostname \
Harald Hoyer 414eba
             /etc/machine-id \
Harald Hoyer 414eba
             /etc/machine-info \