diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-02-09 12:12:30 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-02-09 12:12:30 +0100 |
commit | 0658666bacde7decbc362f0f589fe6aa5251faba (patch) | |
tree | 68810fe51916361bf655a2aa73680e52c83dfbce /man/systemd.xml | |
parent | be0396695bae9227ad69fcb61066bd84b3974e16 (diff) |
manager: if we receive SIGRTMIN+20/21 enable/disable showing of status on the console
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index c6c06e57e9..88904b7a09 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -720,6 +720,63 @@ <command>systemctl start reboot.target</command>.</para></listitem> </varlistentry> + + <varlistentry> + <term>SIGRTMIN+6</term> + + <listitem><para>Reboots the machine via kexec, + starts the + <filename>kexec.target</filename> + unit. This is mostly equivalent to + <command>systemctl start + kexec.target</command>.</para></listitem> + </varlistentry> + + <varlistentry> + <term>SIGRTMIN+13</term> + + <listitem><para>Immediately halts the machine.</para></listitem> + </varlistentry> + + <varlistentry> + <term>SIGRTMIN+14</term> + + <listitem><para>Immediately powers off the machine.</para></listitem> + </varlistentry> + + <varlistentry> + <term>SIGRTMIN+15</term> + + <listitem><para>Immediately reboots the machine.</para></listitem> + </varlistentry> + + <varlistentry> + <term>SIGRTMIN+16</term> + + <listitem><para>Immediately reboots the machine with kexec.</para></listitem> + </varlistentry> + + <varlistentry> + <term>SIGRTMIN+20</term> + + <listitem><para>Enables display of + status messages on the console, as + controlled via + <varname>systemd.show_status=1</varname> + on the kernel command + line.</para></listitem> + </varlistentry> + + <varlistentry> + <term>SIGRTMIN+21</term> + + <listitem><para>Disables display of + status messages on the console, as + controlled via + <varname>systemd.show_status=0</varname> + on the kernel command + line.</para></listitem> + </varlistentry> </variablelist> </refsect1> |