]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
98systemd: also install systemd-journald-dev-log.socket
authorDaniel Schaal <farbing@web.de>
Thu, 19 Jun 2014 09:38:25 +0000 (11:38 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 29 Jul 2014 10:01:04 +0000 (12:01 +0200)
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

index 19be587a2c534370777dd0669abe9ffe50c52435..0de9d61413396d75ab0d8a1137c663c4def7231a 100755 (executable)
@@ -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 \