diff options
author | tblume <Thomas.Blume@suse.com> | 2016-05-19 16:35:27 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-05-19 10:35:27 -0400 |
commit | f3f054f03e6de7865132e9602da178dfc82102ab (patch) | |
tree | b81e3b8e5922f97899d34b2d5dca694355b97ba4 /man/halt.xml | |
parent | cfd75d5e79fcedab0239ec97a6762fe08c5cda2b (diff) |
systemctl: restore the no-sync option for legacy halt (#3249)
The sync() call on shutdown had been removed with commit 57371e5829a61e5ee6c9f98404dfc729d6c62608
together with the no-sync option for the shutdown commands.
The sync call was restored in commit 4a3ad39957399c4a30fc472a804e72907ecaa4f9 but the no-sync option
wasn't re-added.
I think we should restore this option at least for the legacy halt command.
Diffstat (limited to 'man/halt.xml')
-rw-r--r-- | man/halt.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/halt.xml b/man/halt.xml index a06dbd0097..e3fa60a915 100644 --- a/man/halt.xml +++ b/man/halt.xml @@ -133,6 +133,14 @@ </varlistentry> <varlistentry> + <term><option>-n</option></term> + <term><option>--no-sync</option></term> + + <listitem><para>Don't sync hard disks/storage media before + halt, power-off, reboot.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--no-wall</option></term> <listitem><para>Do not send wall message before halt, |