15 lines
375 B
SYSTEMD
15 lines
375 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Set the CPU Frequency Scaling governor
|
||
|
ConditionVirtualization=no
|
||
|
ConditionPathExists=/sys/devices/system/cpu/online
|
||
|
# Don't run if we're going to start an Android LXC container on Ubuntu Touch
|
||
|
ConditionPathExists=!/etc/init/lxc-android-config.conf
|
||
|
|
||
|
[Service]
|
||
|
Type=idle
|
||
|
ExecStart=/lib/systemd/set-cpufreq-performance
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|