diff --git a/test/integration-test-wrapper.py b/test/integration-test-wrapper.py index e9c5a295bc..55eca9f75a 100755 --- a/test/integration-test-wrapper.py +++ b/test/integration-test-wrapper.py @@ -456,6 +456,16 @@ def main() -> None: [Unit] Wants=multi-user.target getty-pre.target Before=getty-pre.target + + [Service] + StandardInput=tty + StandardOutput=inherit + StandardError=inherit + TTYReset=yes + TTYVHangup=yes + IgnoreSIGPIPE=no + # bash ignores SIGTERM + KillSignal=SIGHUP """ )