feat(systemd-inhibit): remove sleep

This commit is contained in:
Matej Cotman
2025-10-06 17:46:40 +03:00
parent 48d0fb3266
commit 7269c24945
+1 -1
View File
@@ -131,7 +131,7 @@ Singleton {
// Systemd inhibition using systemd-inhibit
function startSystemdInhibition() {
inhibitorProcess.command = ["systemd-inhibit", "--what=idle:sleep", "--why=" + reason, "--mode=block", "sleep", "infinity"]
inhibitorProcess.command = ["systemd-inhibit", "--what=idle", "--why=" + reason, "--mode=block", "sleep", "infinity"]
inhibitorProcess.running = true
}