특정 전원 상태로의 진입을 금지. 인히비터 잠금을 사용하여 시스템의 절전 및 종료 요청을 차단하거나 지연시키고 자동 유휴 처리를 방지할 수 있습니다. 더 많은 정보: https://www.freedesktop.org/software/systemd/man/systemd-inhibit.html.
systemd-inhibit --list
sleep
명령으로 시스템 종료 차단:systemd-inhibit --what shutdown sleep {{5}}
systemd-inhibit --what sleep:idle wget {{https://example.com/file}}
systemd-inhibit --what sleep:handle-lid-switch {{경로/대상/스크립트}}
systemd-inhibit --what handle-power-key {{명령}}
--who
의 경우 명령과 인수, --why
의 경우 '알 수 없는 이유'):systemd-inhibit --who {{$USER}} --why {{이유}} --what {{작업}} {{명령}}