systemd/initrd-switch-root.service: stop journald, rather than restart
parent
a92311074b
commit
ad401d1eaf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue