X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-inhibit.xml;h=81ec9ef9ab599a8e2e6d078e7dc486eb801a42ce;hp=c71a954428560ada2d2007bd85ec10881beb8791;hb=d1970645411ea1cc083ea1668e0d446252dc1505;hpb=4943c1c94ba751c98763f4232b4350481b22c90a diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml index c71a95442..81ec9ef9a 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 @@ -103,10 +107,14 @@ shutdown, sleep, idle, for - inhibiting reboot/power-off/halt/kexec, + inhibiting + reboot/power-off/halt/kexec, suspending/hibernating, resp. the - automatic idle - detection. + automatic idle detection. If ommitted + defaults to + idle:sleep:shutdown, + i.e. takes all possible + locks. @@ -156,8 +164,6 @@ inhibition locks instead of acquiring one. - - @@ -168,6 +174,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