]> 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>
Fri, 20 Jun 2014 12:34:28 +0000 (14:34 +0200)
The /dev/log socket was moved to /run on systemd 214, install the
newly added socket unit.

modules.d/98systemd/module-setup.sh

index dd82ecebe419b5b845220829032067622478f966..e2efc427c7e9f68a4ce7b282c385b0c296a2675a 100755 (executable)
@@ -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 \