a56a5e
From 8c1807bc970f50a034251f6e157d97ad58a9c48f Mon Sep 17 00:00:00 2001
a56a5e
From: Daniel Schaal <farbing@web.de>
a56a5e
Date: Thu, 19 Jun 2014 11:38:25 +0200
a56a5e
Subject: [PATCH] 98systemd: also install systemd-journald-dev-log.socket
a56a5e
a56a5e
The /dev/log socket was moved to /run on systemd 214, install the
a56a5e
newly added socket unit.
a56a5e
a56a5e
(cherry picked from commit 7eb0bc7bc4fdcf4ee9cde0e919eff2497c22beab)
a56a5e
---
a56a5e
 modules.d/98systemd/module-setup.sh | 1 +
a56a5e
 1 file changed, 1 insertion(+)
a56a5e
a56a5e
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
1755ca
index 19be587a..0de9d614 100755
a56a5e
--- a/modules.d/98systemd/module-setup.sh
a56a5e
+++ b/modules.d/98systemd/module-setup.sh
a56a5e
@@ -103,6 +103,7 @@ install() {
a56a5e
         $systemdsystemunitdir/sockets.target.wants/systemd-udevd-control.socket \
a56a5e
         $systemdsystemunitdir/sockets.target.wants/systemd-udevd-kernel.socket \
a56a5e
         $systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \
a56a5e
+        $systemdsystemunitdir/sockets.target.wants/systemd-journald-dev-log.socket \
a56a5e
         $systemdsystemunitdir/sysinit.target.wants/systemd-udevd.service \
a56a5e
         $systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \
a56a5e
         $systemdsystemunitdir/sysinit.target.wants/kmod-static-nodes.service \