diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-12 02:07:57 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-12 02:11:00 +0100 |
commit | 923d8fd381bced1c2d90ca53d18629d61a0f454a (patch) | |
tree | 24f31fb6e8bc008fb0209757ac324ed03a692a81 /man/machinectl.xml | |
parent | a87105a38637355bd6d648036f0369a1a9546ae9 (diff) |
machinectl: add new "machinectl reboot" call
Diffstat (limited to 'man/machinectl.xml')
-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 |