Improve the power throtteling script

This commit is contained in:
2025-11-02 15:23:08 +00:00
parent 0dba2464b2
commit 24c6fa629d
4 changed files with 63 additions and 31 deletions

View File

@@ -4,6 +4,8 @@ After=sysinit.target
[Service]
Type=oneshot
# Set the power limit in watts via environment variable (default: 120W)
Environment="POWER_LIMIT_WATTS=120"
ExecStart=/usr/local/bin/throttle_instinct.sh
RemainAfterExit=yes