diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-01-11 04:24:05 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-01-11 04:24:05 +0100 |
commit | b37844d3d72af3afbcb801476cf07c085519f392 (patch) | |
tree | fc9b1ffc9ada510b7206431e6a3f389dc38723a0 /man/systemctl.xml | |
parent | 946c11ed25429d6050a4d8fb0e0f9838167765e0 (diff) |
systemctl: honour inhibitors when shutting down or entering sleep state
Diffstat (limited to 'man/systemctl.xml')
-rw-r--r-- | man/systemctl.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index f86952c683..2f33e0c9e2 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -191,6 +191,33 @@ </varlistentry> <varlistentry> + <term><option>-i</option></term> + <term><option>--ignore-inhibitors</option></term> + + <listitem><para>When system shutdown + or a sleep state is requested, ignore + inhibitor locks. Applications can + establish inhibitor locks to avoid + that certain important operations + (such as CD burning or suchlike) are + interrupted by system shutdown or a + sleep state. Any user may take these + locks and privileged users may + override these locks. If any locks are + taken, shutdown and sleep state + requests will normally fail + (regardless if privileged or not) and + list of active locks is + printed. However if + <option>--ignore-inhibitors</option> + is specified the locks are ignored and + not printed, and the operation + attempted anyway, possibly requiring + additional + privileges.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--quiet</option></term> <term><option>-q</option></term> |