diff options
| author | Nathan Pratta Teodosio <nathan.teodosio@canonical.com> | 2026-02-17 10:42:13 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2026-02-17 10:34:47 +0000 |
| commit | c1607f538559a0b7a1d3f9dc01e88190e543053d (patch) | |
| tree | f9af332ce9d5d44b20d0a5a328793e2419ec1bca /doc/examples | |
| parent | a33e3e3db6adcc7f324081afbb7e2510aec2002c (diff) | |
Prevent sleep while running dpkg.
As long as we are running dpkg, keep an inhibitor that
blocks us from sleeping.
Diffstat (limited to 'doc/examples')
| -rw-r--r-- | doc/examples/configure-index | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 9cdacfe34..034399819 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -540,6 +540,8 @@ DPkg // Set a shutdown block inhibitor on systemd systems while running dpkg Inhibit-Shutdown "<BOOL>"; + // Set a sleep block inhibitor on systemd systems while running dpkg + Inhibit-Sleep "<BOOL>"; } /* Options you can set to see some debugging text They correspond to names |
