add cpupower service to set governor on boot

This commit is contained in:
Daniel Sommer 2024-10-01 14:38:07 +02:00
parent 832627cfc9
commit 88ef0ad3ac

View file

@ -0,0 +1,9 @@
[Unit]
Description=set cpu governor to %i
[Service]
Type=oneshot
ExecStart=cpupower frequency-set -g %i
[Install]
WantedBy=multi-user.target