mirror of
https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9.git
synced 2026-09-09 00:08:12 +08:00
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>
14 lines
294 B
Desktop File
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
|