This repository has been archived on 2025-02-14. You can view files and clone it, but cannot push or open issues or pull requests.
pyinfra-lxd/files/ondemand.service

15 lines
375 B
SYSTEMD
Raw Permalink Normal View History

2021-01-30 20:11:28 +09:00
[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