diff options
author | Felipe Sateler <fsateler@users.noreply.github.com> | 2017-09-08 13:21:37 -0300 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-09-08 18:21:37 +0200 |
commit | 912a0f21d9e98f4d2a19b74254e93dea8a5fd727 (patch) | |
tree | 227ffb7fd3d262d953ef3cf6fc60edb050946d72 /units | |
parent | 21022b9dded0baa21f7715625fbc24db9aebebde (diff) | |
download | systemd-912a0f21d9e98f4d2a19b74254e93dea8a5fd727.tar.gz |
sulogin-shell: switch from shell implementation to a C implementation (#6698)
Diffstat (limited to 'units')
-rw-r--r-- | units/emergency.service.in | 1 | ||||
-rw-r--r-- | units/rescue.service.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/units/emergency.service.in b/units/emergency.service.in index e9eb238b98..c60fd6e256 100644 --- a/units/emergency.service.in +++ b/units/emergency.service.in @@ -17,6 +17,7 @@ Before=shutdown.target [Service] Environment=HOME=/root WorkingDirectory=-/root +ExecStartPre=-/bin/plymouth --wait quit ExecStart=-@rootlibexecdir@/systemd-sulogin-shell emergency Type=idle StandardInput=tty-force diff --git a/units/rescue.service.in b/units/rescue.service.in index 4ab66f4856..6cd5aa4864 100644 --- a/units/rescue.service.in +++ b/units/rescue.service.in @@ -16,6 +16,7 @@ Before=shutdown.target [Service] Environment=HOME=/root WorkingDirectory=-/root +ExecStartPre=-/bin/plymouth --wait quit ExecStart=-@rootlibexecdir@/systemd-sulogin-shell rescue Type=idle StandardInput=tty-force |