auto_suspend: busctl->shutdown now, 1min timer config, AMD JSON parsing, locale fix, unit tests

This commit is contained in:
2026-06-09 20:45:08 +02:00
parent f8a0a8ab1f
commit 80c154df03
9 changed files with 701 additions and 81 deletions
+3 -3
View File
@@ -143,11 +143,11 @@
dest: /etc/systemd/system/auto-suspend.timer
content: |
[Unit]
Description=Run idle suspend check every 5 minutes
Description=Run idle suspend check every {{ auto_suspend_check_interval }}
[Timer]
OnBootSec=5min
OnUnitActiveSec=5min
OnBootSec={{ auto_suspend_check_interval }}
OnUnitActiveSec={{ auto_suspend_check_interval }}
Unit=auto-suspend.service
[Install]