From: Harald Hoyer Date: Tue, 10 Jul 2012 14:19:56 +0000 (+0200) Subject: systemd/initrd-switch-root.service: stop journald, rather than restart X-Git-Tag: 021~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ad401d1eaf51677ac324523f9e11869cb29fee11;p=thirdparty%2Fdracut.git systemd/initrd-switch-root.service: stop journald, rather than restart --- diff --git a/modules.d/98systemd/initrd-switch-root.service b/modules.d/98systemd/initrd-switch-root.service index 84fc11ed3..493b08520 100644 --- a/modules.d/98systemd/initrd-switch-root.service +++ b/modules.d/98systemd/initrd-switch-root.service @@ -15,7 +15,7 @@ OnFailure=emergency.service Type=oneshot EnvironmentFile=/run/initramfs/switch-root.conf ExecStart=/usr/bin/systemctl --force switch-root ${NEWROOT} ${NEWINIT} -ExecStopPost=-/usr/bin/systemctl restart systemd-journald.service +ExecStopPost=-/usr/bin/systemctl stop systemd-journald.service StandardInput=null StandardOutput=null StandardError=null