From c1607f538559a0b7a1d3f9dc01e88190e543053d Mon Sep 17 00:00:00 2001 From: Nathan Pratta Teodosio Date: Tue, 17 Feb 2026 10:42:13 +0100 Subject: Prevent sleep while running dpkg. As long as we are running dpkg, keep an inhibitor that blocks us from sleeping. --- doc/examples/configure-index | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') 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 ""; + // Set a sleep block inhibitor on systemd systems while running dpkg + Inhibit-Sleep ""; } /* Options you can set to see some debugging text They correspond to names -- cgit v1.2.3-70-g09d2