From d2a514b8388e77e3ef228070422b7b73af2b4f10 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 17 Apr 2013 14:58:08 +0200 Subject: Revert "man/systemd.xml: change the signal names to kill systemd" This reverts commit 432c30d25fc2a7b4939d5ea6c29708e1323a2b9c. Suggestion was to fix bash instead. :-/ --- man/systemd.xml | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'man/systemd.xml') diff --git a/man/systemd.xml b/man/systemd.xml index 691d9faa81..cd38c16375 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -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. -- cgit v1.2.3-54-g00ecf