diff options
author | Chris Simons <35010457+simons-public@users.noreply.github.com> | 2023-12-27 23:09:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-27 23:09:42 +0100 |
commit | 9ef362bf3d16d9929045c2f64af9e7dd9357dbb0 (patch) | |
tree | 733d589ad5a2ad4a2cb7931afaf63f2bfd0f8385 /man/machinectl.xml | |
parent | network/address: unconditionally check if address is ready (diff) | |
download | systemd-9ef362bf3d16d9929045c2f64af9e7dd9357dbb0.tar.xz systemd-9ef362bf3d16d9929045c2f64af9e7dd9357dbb0.zip |
machinectl: add `restart` convenience alias (#30625)
Diffstat (limited to 'man/machinectl.xml')
-rw-r--r-- | man/machinectl.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/machinectl.xml b/man/machinectl.xml index c1c7ab3d45..0fe6150bae 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -279,7 +279,8 @@ 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, and is compatible with - containers running any system manager.</para> + containers running any system manager. Use <command>restart</command> as alias + for <command>reboot</command>.</para> <xi:include href="version-info.xml" xpointer="v209"/></listitem> </varlistentry> |