diff --git a/Debian/CPU Governor/governor.service b/Debian/CPU Governor/governor.service new file mode 100644 index 0000000..1f20e91 --- /dev/null +++ b/Debian/CPU Governor/governor.service @@ -0,0 +1,11 @@ +[Unit] +Description=Set scaling governor to CHOSEN_POWERPLAN +After=multi-user.target +Before=zkbootrtc.service + +[Service] +Type=oneshot +ExecStart=/bin/sh -c "echo CHOSEN_POWERPLAN | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor" + +[Install] +WantedBy=multi-user.target \ No newline at end of file