You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
units: wait for plymouth to shut down in rescue.sevice (systemd#3367)
In the same vein as commit ac59f0c which added
the --wait option to the emergency service, this patch makes sure that plymouth
has exited before entering into the rescue mode.
Copy file name to clipboardExpand all lines: units/rescue.service.in
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Before=shutdown.target
16
16
[Service]
17
17
Environment=HOME=/root
18
18
WorkingDirectory=-/root
19
-
ExecStartPre=-/bin/plymouth quit
19
+
ExecStartPre=-/bin/plymouth --wait quit
20
20
ExecStartPre=-/bin/echo -e 'Welcome to rescue mode! After logging in, type "journalctl -xb" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\\nboot into default mode.'
0 commit comments