]> git.ipfire.org Git - thirdparty/systemd.git/commit
executor: move reopening of the console after option parsing 41618/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Mon, 13 Apr 2026 12:20:43 +0000 (14:20 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Tue, 14 Apr 2026 08:50:37 +0000 (10:50 +0200)
commit961e92854aac36444c91fab3957b3ed14d91e7f3
tree87ae1814680928f84617cf0f2b0442fa4a3b9cab
parent56836138b0752c1704585a573e4b12dd28f70b9d
executor: move reopening of the console after option parsing

It seems to be interfering with systemd:check-help-systemd-executor
test in CI. In practice, any messages from parse_argv() are going
to be from manual invocations, since if called from PID1 the option
syntax is going to be correct. So I hope this fixes the redirection
of --help but otherwise is of little consequence.
src/core/executor.c