added reboot after 5h idle

main
The_miro 2025-09-30 10:30:25 +02:00
parent bb415f507b
commit 99eb2dc259
1 changed files with 5 additions and 0 deletions

View File

@ -13,3 +13,8 @@ listener {
timeout = 600 #10min timeout = 600 #10min
on-timeout = systemctl suspend # suspend pc on-timeout = systemctl suspend # suspend pc
} }
listener {
timeout = 18000 #5h
on-timeout = /usr/bin/reboot #reboot
}