https://github.com/frontear/powerd
A simple power daemon that leverages the kernel to perform power savings dynamically.
https://github.com/frontear/powerd
Last synced: 11 months ago
JSON representation
A simple power daemon that leverages the kernel to perform power savings dynamically.
- Host: GitHub
- URL: https://github.com/frontear/powerd
- Owner: Frontear
- License: gpl-3.0
- Created: 2023-09-27T13:41:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-16T16:33:06.000Z (over 2 years ago)
- Last Synced: 2025-01-26T11:26:57.566Z (about 1 year ago)
- Language: C
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# powerd
A simple linux daemon that monitors ACPI events (AC, BAT) and adjusts kernel behaviour according to improve power savings (or performance). Unlike other power saving measures, powerd is dependency free and directly manipulates the kernel to provide the best power-saving features built-in. It is NOT recommended to use this alongside similar power-saving applications, as they will likely conflict and cause weird behaviour.
## License
This project is licensed under the [GNU GPL v3.0](https://github.com/Frontear/powerd/blob/main/LICENSE) license.