Blame SOURCES/cpupower.service

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