9 lines
143 B
Desktop File
9 lines
143 B
Desktop File
[Unit]
|
|
Description=set cpu governor to %i
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=cpupower frequency-set -g %i
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|