You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
294 B
13 lines
294 B
[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
|
|
|