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