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
|