From 9655cd3c95e5374f41617b8e998c7265ecba1a3c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 20 Feb 2024 15:41:16 +0100 Subject: bsod: add new option --tty= to specify TTY to output on If specified we'll not try to find a free V, but instead just output directly to the specified TTY. This is particularly useful for debugging, as it means "systemd-bsod --tty=/dev/tty" just works. --- man/systemd-bsod.service.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'man/systemd-bsod.service.xml') diff --git a/man/systemd-bsod.service.xml b/man/systemd-bsod.service.xml index 9b0a9f4e48..1726b7b5d0 100644 --- a/man/systemd-bsod.service.xml +++ b/man/systemd-bsod.service.xml @@ -55,6 +55,17 @@ + + + + + Specify the TTY to output to. By default systemd-bsod will + automatically find a free VT to display the message on. If this option is specified a TTY may be + selected explicitly. Use to direct output to the terminal the command + is invoked on. + + + -- cgit v1.2.3