systemd/initrd-switch-root.service: stop journald, rather than restart

master
Harald Hoyer 2012-07-10 16:19:56 +02:00
parent a92311074b
commit ad401d1eaf
1 changed files with 1 additions and 1 deletions

View File

@ -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