Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/QubesOS/qubes-app-shutdown-idle
https://github.com/QubesOS/qubes-app-shutdown-idle
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/QubesOS/qubes-app-shutdown-idle
- Owner: QubesOS
- Created: 2018-10-09T16:41:30.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-05T15:34:01.000Z (6 months ago)
- Last Synced: 2024-10-30T00:56:10.009Z (2 months ago)
- Language: Python
- Size: 115 KB
- Stars: 4
- Watchers: 6
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-qubes-os - Qubes Shutdown Idle Script - This is a simple script that watches the current qube for idleness and, if it's idle for more than 15 minutes (timeout time is defined in qubesidle.idleness_monitor), shuts it down. (VM-Hardening)
README
Qubes Shutdown Idle Script
---------------------This is a simple script that watches the current qube for idleness and, if it's
idle for more than 15 minutes (timeout time is defined in
`qubesidle.idleness_monitor`), shuts it down.At the moment, only checking for visible windows is supported - when a VM has no
visible windows for more than 15 minutes, it's going to be shut down. The
mechanism is opt-in - enable `shutdown-idle` service in qube settings to use it.If needed, other watching methods can be added: check the qubesidle Python
module for details (in brief: all you need is a Python module supporting a
couple methods).