7a3275bae7
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
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
|