auto_suspend: busctl->shutdown now, 1min timer config, AMD JSON parsing, locale fix, unit tests
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user