diff options
Diffstat (limited to 'units')
-rw-r--r-- | units/rescue.service.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/units/rescue.service.m4 b/units/rescue.service.m4 index d173bebabc..d31282d37e 100644 --- a/units/rescue.service.m4 +++ b/units/rescue.service.m4 @@ -22,7 +22,7 @@ ExecStartPre=-/bin/plymouth --hide-splash ExecStartPre=-/bin/echo 'Welcome to rescue mode. Use "systemctl default" or ^D to activate default mode.' m4_ifdef(`TARGET_FEDORA', `EnvironmentFile=/etc/sysconfig/init -ExecStart=-/bin/bash -c "exec $SINGLE"', +ExecStart=-/bin/bash -c "exec ${SINGLE}"', `ExecStart=-/sbin/sulogin') ExecStopPost=/bin/systemctl default StandardInput=tty-force |