X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd.xml;h=497dd2bfeeb635a78ab8f835fff303ce7922bab4;hb=3ae83f9896bff49679c8a60e6ff9520557df8b16;hp=691d9faa81f2ae73996e1e18729320b9854e330e;hpb=432c30d25fc2a7b4939d5ea6c29708e1323a2b9c;p=elogind.git diff --git a/man/systemd.xml b/man/systemd.xml index 691d9faa8..497dd2bfe 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -508,7 +508,7 @@ Directories - + System unit directories @@ -798,13 +798,13 @@ - SIGRTMAX-14 + SIGRTMIN+16 Immediately reboots the machine with kexec. - SIGRTMAX-10 + SIGRTMIN+20 Enables display of status messages on the console, as @@ -815,7 +815,7 @@ - SIGRTMAX-9 + SIGRTMIN+21 Disables display of status messages on the console, as @@ -826,23 +826,23 @@ - SIGRTMAX-8 - SIGRTMAX-7 + SIGRTMIN+22 + SIGRTMIN+23 Sets the log level to debug (or info on - SIGRTMAX-7), as + SIGRTMIN+23), as controlled via systemd.log_level=debug (or systemd.log_level=info - on SIGRTMAX-7) on + on SIGRTMIN+23) on the kernel command line. - SIGRTMIN+24 (SIGRTMAX-6) + SIGRTMIN+24 Immediately exits the manager (only available for --user @@ -850,28 +850,28 @@ - SIGRTMAX-4 - SIGRTMAX-3 - SIGRTMAX-2 - SIGRTMAX-1 + SIGRTMIN+26 + SIGRTMIN+27 + SIGRTMIN+28 + SIGRTMIN+29 Sets the log level to journal-or-kmsg (or console on - SIGRTMAX-3, + SIGRTMIN+27, kmsg on - SIGRTMAX-2, + SIGRTMIN+28, or syslog-or-kmsg - on SIGRTMAX-1), as + on SIGRTMIN+29), as controlled via systemd.log_target=journal-or-kmsg (or systemd.log_target=console - on SIGRTMAX-3, + on SIGRTMIN+27, systemd.log_target=kmsg - on SIGRTMAX-2, + on SIGRTMIN+28, or systemd.log_target=syslog-or-kmsg - on SIGRTMAX-1) on + on SIGRTMIN+29) on the kernel command line. @@ -1114,15 +1114,28 @@ quiet - If passed turns off + Turn off status output at boot, much like systemd.show_status=false would. Note that this option is also read by the kernel itself and disables - kernel log output to the - kernel. Passing this option hence - turns off the usual output from both - the system manager and the + kernel log output. Passing this option + hence turns off the usual output from + both the system manager and the kernel. + + + + + debug + + Turn on debugging + output. This is equivalent to + systemd.log_level=debug. + Note that this option is also read by + the kernel itself and enables kernel + debug output. Passing this option + hence turns on the debug output from + both the system manager and the kernel.