10 lines
258 B
Plaintext
Executable File
10 lines
258 B
Plaintext
Executable File
|
|
listener {
|
|
timeout = 600 # 10min
|
|
on-timeout = bash $HOME/Builds/microscripts/sleep.sh
|
|
}
|
|
|
|
listener {
|
|
timeout = 3600 # 60min
|
|
on-timeout = systemctl hibernate # command to run when timeout has passed
|
|
} |