shutdown: set always_reopen_console
authorAnita Zhang <the.anitazha@gmail.com>
Fri, 5 Mar 2021 03:56:16 +0000 (19:56 -0800)
committerAnita Zhang <the.anitazha@gmail.com>
Fri, 5 Mar 2021 04:08:00 +0000 (20:08 -0800)
commitf975f1cc748929942188ae1490cf8480f8a64877
tree6e1bf2aa8ea45b35bc602ec51a5c34d6c7eb86d7
parentdbdcd51f78bde5e9033d98d61bbb750c868bde9d
shutdown: set always_reopen_console

Back in v232 systemd-shutdown would log to /dev/console. However after
the addition of always_reopen_console (v233) it would log to STDERR.
This caused some debugging issues as container systemd-shutdown logs
weren't being logged to console as the arg `--log-target=console` suggested.

Since it appears that always_reopen_console was intended for pid1, set
it in systemd-shutdown as well so logs will go to /dev/console.
src/shutdown/shutdown.c