add cpupower service to set governor on boot
This commit is contained in:
parent
832627cfc9
commit
88ef0ad3ac
1 changed files with 9 additions and 0 deletions
9
systemd/cpupower@.service
Normal file
9
systemd/cpupower@.service
Normal 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
|
Loading…
Reference in a new issue