diff options
author | Lennart Poettering <lennart@poettering.net> | 2023-05-03 10:33:01 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2023-06-02 18:43:10 +0200 |
commit | 4de665812aa83fffcdf7395eccc7e0b1d74ef4c2 (patch) | |
tree | 25ced01a62bf3e81cf17a77706f2e786788360c0 /man/systemd.xml | |
parent | fstab-util: consider /run/nextroot/ among extrinsic mounts (diff) | |
download | systemd-4de665812aa83fffcdf7395eccc7e0b1d74ef4c2.tar.xz systemd-4de665812aa83fffcdf7395eccc7e0b1d74ef4c2.zip |
man: document the soft reboot operation
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index ca9e4e9988..95dc1fef83 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -520,6 +520,15 @@ </varlistentry> <varlistentry> + <term><constant>SIGRTMIN+7</constant></term> + + <listitem><para>Reboots userspace, starts the <filename>soft-reboot.target</filename> unit. This is + mostly equivalent to <command>systemctl start soft-reboot.target + --job-mode=replace-irreversibly</command>.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><constant>SIGRTMIN+13</constant></term> <listitem><para>Immediately halts the machine.</para></listitem> @@ -544,6 +553,12 @@ </varlistentry> <varlistentry> + <term><constant>SIGRTMIN+17</constant></term> + + <listitem><para>Immediately reboots the userspace.</para></listitem> + </varlistentry> + + <varlistentry> <term><constant>SIGRTMIN+20</constant></term> <listitem><para>Enables display of status messages on the |