diff options
Diffstat (limited to 'units/rescue.service.m4')
-rw-r--r-- | units/rescue.service.m4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/units/rescue.service.m4 b/units/rescue.service.m4 index d2fd582e86..5b4ab6efb6 100644 --- a/units/rescue.service.m4 +++ b/units/rescue.service.m4 @@ -31,6 +31,8 @@ m4_ifdef(`TARGET_MEEGO', ExecStart=-/bin/bash -c "exec ${SINGLE}"',))) ExecStopPost=-/bin/systemctl --fail --no-block default StandardInput=tty-force +StandardOutput=inherit +StandardError=inherit KillMode=process # Bash ignores SIGTERM, so we send SIGHUP instead, to ensure that bash |