From 7f62e3774c08a9c14d9f69de1ae8830e94f8f1ec Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Apr 2011 23:29:51 +0200 Subject: units: add --no-block when starting normal service after shell exited --- units/rescue.service.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'units/rescue.service.m4') diff --git a/units/rescue.service.m4 b/units/rescue.service.m4 index 241c75071f..b48d085024 100644 --- a/units/rescue.service.m4 +++ b/units/rescue.service.m4 @@ -26,7 +26,7 @@ m4_ifdef(`TARGET_MANDRIVA', `EnvironmentFile=/etc/sysconfig/init ExecStart=-/bin/bash -c "exec ${SINGLE}"', `ExecStart=-/sbin/sulogin')) -ExecStopPost=-/bin/systemctl --fail default +ExecStopPost=-/bin/systemctl --fail --no-block default StandardInput=tty-force KillMode=process -- cgit v1.2.3-54-g00ecf