Files
Centos-kernel-stream-9/redhat/cpupower.service
T
Laura Abbott 99888c0ce4 [initial commit] Add files for packaging
These are various files that are either needed for packaging
or going from src-git -> dist-git

Signed-off-by: Laura Abbott <labbott@redhat.com>
2021-08-30 10:49:08 -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