diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/machinectl.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml index 6e991ee957..cabdbac962 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -265,7 +265,19 @@ </varlistentry> <varlistentry> - <term><command>login</command> <replaceable>ID</replaceable>...</term> + <term><command>reboot</command> <replaceable>ID</replaceable>...</term> + + <listitem><para>Reboot one or more + containers. This will trigger a reboot + by sending SIGINT to the container's + init process, which is roughly + equivalent to pressing Ctrl+Alt+Del on + a non-containerized + system.</para></listitem> + </varlistentry> + + <varlistentry> + <term><command>login</command> <replaceable>ID</replaceable></term> <listitem><para>Open a terminal login session to a container. This will |