[Unit]
Description=Set EPP to Balance Power, Minimum CPU Frequency to 400 MHz.
[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c 'echo "balance_power" | tee /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference'
ExecStart=/usr/bin/bash -c "echo '400000' | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_min_freq"
[Install]
WantedBy=multi-user.target reboot.target hibernate.target hybrid-sleep.target sleep.target suspend-then-hibernate.target suspend.target
[Unit]
Description=Set EPP to Balance Power, Minimum CPU Frequency to 400 MHz.
[Service]
Type=oneshot
ExecStart=/usr/bin/bash -c 'echo "balance_power" | tee /sys/devices/system/cpu/cpu*/cpufreq/energy_performance_preference'
ExecStart=/usr/bin/bash -c "echo '400000' | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_min_freq"
[Install]
WantedBy=multi-user.target reboot.target hibernate.target hybrid-sleep.target sleep.target suspend-then-hibernate.target suspend.target