X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-inhibit.xml;h=e19892b3f10b47a27173e06e1efc9cbc9c95891e;hb=6c7be122acd666d4e93541179d89747aa12efb67;hp=bea4724787eefd400d92ea4fd89042a099e79222;hpb=a45ad38bec7edb577b1130010ebef9c750474beb;p=elogind.git diff --git a/man/systemd-inhibit.xml b/man/systemd-inhibit.xml index bea472478..e19892b3f 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. @@ -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 omitted + 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