You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.2 KiB
25 lines
1.2 KiB
From 8c1807bc970f50a034251f6e157d97ad58a9c48f Mon Sep 17 00:00:00 2001 |
|
From: Daniel Schaal <farbing@web.de> |
|
Date: Thu, 19 Jun 2014 11:38:25 +0200 |
|
Subject: [PATCH] 98systemd: also install systemd-journald-dev-log.socket |
|
|
|
The /dev/log socket was moved to /run on systemd 214, install the |
|
newly added socket unit. |
|
|
|
(cherry picked from commit 7eb0bc7bc4fdcf4ee9cde0e919eff2497c22beab) |
|
--- |
|
modules.d/98systemd/module-setup.sh | 1 + |
|
1 file changed, 1 insertion(+) |
|
|
|
diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh |
|
index 19be587a..0de9d614 100755 |
|
--- a/modules.d/98systemd/module-setup.sh |
|
+++ b/modules.d/98systemd/module-setup.sh |
|
@@ -103,6 +103,7 @@ install() { |
|
$systemdsystemunitdir/sockets.target.wants/systemd-udevd-control.socket \ |
|
$systemdsystemunitdir/sockets.target.wants/systemd-udevd-kernel.socket \ |
|
$systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \ |
|
+ $systemdsystemunitdir/sockets.target.wants/systemd-journald-dev-log.socket \ |
|
$systemdsystemunitdir/sysinit.target.wants/systemd-udevd.service \ |
|
$systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \ |
|
$systemdsystemunitdir/sysinit.target.wants/kmod-static-nodes.service \
|
|
|