kernel-lt/SOURCES/cpupower.service
Skip Grube 7a3275bae7 Initial commit
Initial commit is the current kernel-lt 6.1.112 src rpm, straight from
elrepo.org .

Further commits will adapt the package to build for i686
2024-10-15 11:56:56 -04:00

14 lines
294 B
Desktop File

[Unit]
Description=Configure CPU power related settings
After=syslog.target
[Service]
Type=oneshot
RemainAfterExit=yes
EnvironmentFile=/etc/sysconfig/cpupower
ExecStart=/usr/bin/cpupower $CPUPOWER_START_OPTS
ExecStop=/usr/bin/cpupower $CPUPOWER_STOP_OPTS
[Install]
WantedBy=multi-user.target