X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-inhibit.xml;h=6f63c8c73e5d0e145fa0a509f3b391ce6d99e101;hp=34095902c2b2ac40e9d699ea1a597ee9cada92b7;hb=c67fbe4c71977de14ebd09a8c250ef8091dff231;hpb=eecd1362f7f4de432483b5d77c56726c3621a83a diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml index 34095902c..6f63c8c73 100644 --- a/man/systemd-inhibit.xml +++ b/man/systemd-inhibit.xml @@ -60,17 +60,21 @@ Description systemd-inhibit may be used - to execute a program with a shutdown, suspend or idle + to execute a program with a shutdown, sleep or idle inhibitor lock taken. The lock will be acquired before the specified command line is executed and released afterwards. Inhibitor locks may be used to block or delay - suspend and shutdown requests from the user, as well - as automatic idle handling of the OS. This may be used + system sleep and shutdown requests from the user, as well + as automatic idle handling of the OS. This is useful to avoid system suspends while an optical disc is being recorded, or similar operations that should not be interrupted. + + For more information see the Inhibitor + Lock Developer Documentation. @@ -80,7 +84,7 @@ - + Prints a short help @@ -101,12 +105,20 @@ separated list of one or more operations to inhibit: shutdown, - suspend, - idle, for - inhibiting reboot/power-off/halt/kexec, - suspending/hibernating, resp. the - automatic idle - detection. + sleep, + idle, + handle-power-key, + handle-suspend-key, + handle-hibernate-key, + handle-lid-switch, + for inhibiting + reboot/power-off/halt/kexec, + suspending/hibernating, the automatic + idle detection, or the low-level + handling of the power/sleep key and + the lid switch, respectively. If omitted, + defaults to + idle:sleep:shutdown. @@ -146,7 +158,11 @@ time elapses the lock is ignored and the operation executed. The time limit may be specified in - systemd-logind.conf5. + systemd-logind.conf5. Note + that delay is only + available for sleep + and + shutdown. @@ -156,8 +172,6 @@ inhibition locks instead of acquiring one. - - @@ -168,6 +182,18 @@ Returns the exit status of the executed program. + + Example + + # systemd-inhibit wodim foobar.iso + + This burns the ISO image + foobar.iso on a CD using + wodim1, + and inhibits system sleeping, shutdown and idle while + doing so. + + See Also