1# SPDX-License-Identifier: GPL-2.0-or-later 2# Copyright (C) 2012, Sébastien Luttringer 3# Copyright (C) 2024-2025, Francesco Poli <invernomuto@paranoici.org> 4 5# Configuration file for cpupower.service systemd service unit 6# 7# Edit this file (uncommenting at least one of the options, depending on 8# your preferences) and then enable cpupower.service, if you want cpupower 9# to run at boot with these settings. 10 11# --- CPU clock frequency --- 12 13# Define CPU governor 14# Valid governors: ondemand, performance, powersave, conservative, userspace 15#GOVERNOR='ondemand' 16 17# Limit frequency range 18# Valid suffixes: Hz, kHz (default), MHz, GHz, THz 19#MIN_FREQ="2.25GHz" 20#MAX_FREQ="3GHz" 21 22# Set a specific frequency 23# Requires userspace governor to be available. 24# If this option is set, all the previous frequency options are ignored 25#FREQ= 26 27# --- CPU policy --- 28 29# Set a register on supported Intel processore which allows software to convey 30# its policy for the relative importance of performance versus energy savings to 31# the processor. See man CPUPOWER-SET(1) for additional details 32#PERF_BIAS= 33