added reboot after 5h idle
parent
bb415f507b
commit
99eb2dc259
|
|
@ -13,3 +13,8 @@ listener {
|
|||
timeout = 600 #10min
|
||||
on-timeout = systemctl suspend # suspend pc
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 18000 #5h
|
||||
on-timeout = /usr/bin/reboot #reboot
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue