X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-inhibit.xml;h=f3ccee3bbbbe7d6c78902620ce9443e0e1082325;hp=c71a954428560ada2d2007bd85ec10881beb8791;hb=27407a01c6c115ed09ad938ab95dcb56ab963ba9;hpb=4943c1c94ba751c98763f4232b4350481b22c90a diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml index c71a95442..f3ccee3bb 100644 --- a/man/systemd-inhibit.xml +++ b/man/systemd-inhibit.xml @@ -71,6 +71,10 @@ 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 @@ -102,11 +106,17 @@ operations to inhibit: shutdown, sleep, - idle, for - inhibiting reboot/power-off/halt/kexec, - suspending/hibernating, resp. the - automatic idle - detection. + idle, + handle-power-key, + handle-sleep-key, + handle-lid-switch, + for inhibiting + reboot/power-off/halt/kexec, + suspending/hibernating, the automatic + idle detection, resp. the low-level + handling of the power/sleep key and + the lid switch. If omitted defaults to + idle:sleep:shutdown. @@ -146,7 +156,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 or sleep + and + shutdown. @@ -156,8 +170,6 @@ inhibition locks instead of acquiring one. - - @@ -168,6 +180,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