From: Daniel Schaal Date: Thu, 19 Jun 2014 09:38:25 +0000 (+0200) Subject: 98systemd: also install systemd-journald-dev-log.socket X-Git-Tag: 038~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7eb0bc7bc4fdcf4ee9cde0e919eff2497c22beab;p=thirdparty%2Fdracut.git 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. --- diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh index dd82ecebe..e2efc427c 100755 --- a/modules.d/98systemd/module-setup.sh +++ b/modules.d/98systemd/module-setup.sh @@ -107,6 +107,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 \