]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
systemd: add systemd-journald-audit.socket
authorHarald Hoyer <harald@redhat.com>
Fri, 19 Dec 2014 11:47:49 +0000 (12:47 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 19 Dec 2014 12:17:02 +0000 (13:17 +0100)
modules.d/98systemd/module-setup.sh

index 53e07a21cdd7fcffa50ff40ed7bec125e99e131f..51ea288b28834c82a1ba85a8f08399bd050c1aac 100755 (executable)
@@ -83,6 +83,7 @@ install() {
         $systemdsystemunitdir/systemd-udevd-kernel.socket \
         $systemdsystemunitdir/systemd-ask-password-plymouth.path \
         $systemdsystemunitdir/systemd-journald.socket \
+        $systemdsystemunitdir/systemd-journald-audit.socket \
         $systemdsystemunitdir/systemd-ask-password-console.service \
         $systemdsystemunitdir/systemd-modules-load.service \
         $systemdsystemunitdir/systemd-halt.service \
@@ -105,6 +106,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-audit.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 \