2015-02-13 10:43:21 +01:00
---
units/console-shell.service.m4.in | 2 ++
2015-08-17 22:36:04 +02:00
units/emergency.service.in | 2 +-
2015-02-13 10:43:21 +01:00
units/rescue.service.in | 3 ++-
2015-08-17 22:36:04 +02:00
3 files changed, 5 insertions(+), 2 deletions(-)
2015-02-13 10:43:21 +01:00
2015-08-17 22:36:04 +02:00
Index: systemd-224/units/console-shell.service.m4.in
2015-02-13 10:43:21 +01:00
===================================================================
2015-08-17 22:36:04 +02:00
--- systemd-224.orig/units/console-shell.service.m4.in
+++ systemd-224/units/console-shell.service.m4.in
2014-02-05 12:33:45 +01:00
@@ -17,6 +17,8 @@ Before=getty.target
[Service]
Environment=HOME=/root
WorkingDirectory=/root
+ExecStartPre=-/usr/bin/plymouth quit
+ExecStartPre=-/usr/bin/plymouth --wait
2015-02-16 12:36:25 +01:00
ExecStart=-@SULOGIN@
2014-02-05 12:33:45 +01:00
ExecStopPost=-@SYSTEMCTL@ poweroff
Type=idle
2015-08-17 22:36:04 +02:00
Index: systemd-224/units/emergency.service.in
2015-02-13 10:43:21 +01:00
===================================================================
2015-08-17 22:36:04 +02:00
--- systemd-224.orig/units/emergency.service.in
+++ systemd-224/units/emergency.service.in
@@ -17,7 +17,7 @@ Before=shutdown.target
2014-02-05 12:33:45 +01:00
[Service]
Environment=HOME=/root
WorkingDirectory=/root
2015-08-17 22:36:04 +02:00
-ExecStartPre=-/bin/plymouth --wait quit
+ExecStartPre=-/usr/bin/plymouth --wait quit
2015-02-13 10:43:21 +01:00
ExecStartPre=-/bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\\ntry again to boot into default mode.'
2015-06-23 14:56:50 +02:00
ExecStart=-/bin/sh -c "@SULOGIN@; @SYSTEMCTL@ --job-mode=fail --no-block default"
2015-02-13 10:43:21 +01:00
Type=idle
2015-08-17 22:36:04 +02:00
Index: systemd-224/units/rescue.service.in
2015-02-13 10:43:21 +01:00
===================================================================
2015-08-17 22:36:04 +02:00
--- systemd-224.orig/units/rescue.service.in
+++ systemd-224/units/rescue.service.in
2015-02-13 10:43:21 +01:00
@@ -16,7 +16,8 @@ Before=shutdown.target
2014-02-05 12:33:45 +01:00
[Service]
Environment=HOME=/root
WorkingDirectory=/root
-ExecStartPre=-/bin/plymouth quit
+ExecStartPre=-/usr/bin/plymouth quit
+ExecStartPre=-/usr/bin/plymouth --wait
2015-02-13 10:43:21 +01:00
ExecStartPre=-/bin/echo -e 'Welcome to emergency mode! After logging in, type "journalctl -xb" to view\\nsystem logs, "systemctl reboot" to reboot, "systemctl default" or ^D to\\nboot into default mode.'
2015-06-23 14:56:50 +02:00
ExecStart=-/bin/sh -c "@SULOGIN@; @SYSTEMCTL@ --job-mode=fail --no-block default"
2015-02-13 10:43:21 +01:00
Type=idle