1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
6 This file is part of systemd.
8 Copyright 2012 Lennart Poettering
10 systemd is free software; you can redistribute it and/or modify it
11 under the terms of the GNU Lesser General Public License as published by
12 the Free Software Foundation; either version 2.1 of the License, or
13 (at your option) any later version.
15 systemd is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
20 You should have received a copy of the GNU Lesser General Public License
21 along with systemd; If not, see <http://www.gnu.org/licenses/>.
24 <refentry id="systemd-inhibit">
27 <title>systemd-inhibit</title>
28 <productname>systemd</productname>
32 <contrib>Developer</contrib>
33 <firstname>Lennart</firstname>
34 <surname>Poettering</surname>
35 <email>lennart@poettering.net</email>
41 <refentrytitle>systemd-inhibit</refentrytitle>
42 <manvolnum>1</manvolnum>
46 <refname>systemd-inhibit</refname>
47 <refpurpose>Execute a program with an inhibition lock taken</refpurpose>
52 <command>systemd-inhibit <arg choice="opt" rep="repeat">OPTIONS</arg> <arg>COMMAND</arg> <arg choice="opt" rep="repeat">ARGUMENTS</arg></command>
55 <command>systemd-inhibit <arg choice="opt" rep="repeat">OPTIONS</arg> --list</command>
60 <title>Description</title>
62 <para><command>systemd-inhibit</command> may be used
63 to execute a program with a shutdown, suspend or idle
64 inhibitor lock taken. The lock will be acquired before
65 the specified command line is executed and released
68 <para>Inhibitor locks may be used to block or delay
69 suspend and shutdown requests from the user, as well
70 as automatic idle handling of the OS. This may be used
71 to avoid system suspends while an optical disc is
72 being recorded, or similar operations that should not
73 be interrupted.</para>
77 <title>Options</title>
79 <para>The following options are understood:</para>
83 <term><option>--h</option></term>
84 <term><option>--help</option></term>
86 <listitem><para>Prints a short help
87 text and exits.</para></listitem>
91 <term><option>--version</option></term>
93 <listitem><para>Prints a short version
94 string and exits.</para></listitem>
98 <term><option>--what=</option></term>
100 <listitem><para>Takes a colon
101 separated list of one or more
102 operations to inhibit:
103 <literal>shutdown</literal>,
104 <literal>suspend</literal>,
105 <literal>idle</literal>, for
106 inhibiting reboot/power-off/halt/kexec,
107 suspending/hibernating, resp. the
109 detection.</para></listitem>
113 <term><option>--who=</option></term>
115 <listitem><para>Takes a short human
116 readable descriptive string for the
117 program taking the lock. If not passed
118 defaults to the command line
119 string.</para></listitem>
123 <term><option>--why=</option></term>
125 <listitem><para>Takes a short human
126 readable descriptive string for the
127 reason for taking the lock. Defaults
128 to "Unknown reason".</para></listitem>
132 <term><option>--mode=</option></term>
134 <listitem><para>Takes either
135 <literal>block</literal> or
136 <literal>delay</literal> and describes
137 how the lock is applied. If
138 <literal>block</literal> is used (the
139 default), the lock prohibits any of
140 the requested operations without time
141 limit, and only privileged users may
143 <literal>delay</literal> is used, the
144 lock can only delay the requested
145 operations for a limited time. If the
146 time elapses the lock is ignored and
147 the operation executed. The time limit
149 <citerefentry><refentrytitle>systemd-logind.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para></listitem>
153 <term><option>--list</option></term>
155 <listitem><para>Lists all active
156 inhibition locks instead of acquiring
157 one.</para></listitem>
166 <title>Exit status</title>
168 <para>Returns the exit status of the executed program.</para>
172 <title>See Also</title>
174 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
175 <citerefentry><refentrytitle>systemd-logind.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>