diff --git a/systemd/cpupower@.service b/systemd/cpupower@.service new file mode 100644 index 0000000..18a04c3 --- /dev/null +++ b/systemd/cpupower@.service @@ -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