diff options
Diffstat (limited to 'parts/rpi-cpugovernor.bu')
-rw-r--r-- | parts/rpi-cpugovernor.bu | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/parts/rpi-cpugovernor.bu b/parts/rpi-cpugovernor.bu deleted file mode 100644 index 1348f51..0000000 --- a/parts/rpi-cpugovernor.bu +++ /dev/null @@ -1,18 +0,0 @@ -variant: fcos -version: 1.5.0 -systemd: - units: - - name: cpu-governor.service - enable: true - contents: | - [Unit] - Description=Enable CPU power saving - - [Service] - Type=oneshot - RemainAfterExit=yes - ExecStart=/usr/sbin/modprobe cpufreq_conservative - ExecStart=/usr/bin/sh -c '/usr/bin/echo "ondemand" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor' - - [Install] - WantedBy=multi-user.target |