diff options
| author | Julian Andres Klode <jak@debian.org> | 2026-02-17 10:34:54 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2026-02-17 10:34:54 +0000 |
| commit | bed35523705eb21a6a2e5bfa45dcabd91d50ef21 (patch) | |
| tree | f9af332ce9d5d44b20d0a5a328793e2419ec1bca /doc/examples/configure-index | |
| parent | a33e3e3db6adcc7f324081afbb7e2510aec2002c (diff) | |
| parent | c1607f538559a0b7a1d3f9dc01e88190e543053d (diff) | |
Merge branch 'main' into 'main'
Prevent sleep while running dpkg.
See merge request apt-team/apt!554
Diffstat (limited to 'doc/examples/configure-index')
| -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 |
