kernel: Correctly set cpupower governor.

Fixes #10124.
This commit is contained in:
Daniel Weismueller 2012-07-06 13:14:00 +02:00 committed by Michael Tremer
parent 4fdbae4ae2
commit 392f2153b0
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
name = kernel
version = 3.4.4
release = 1
release = 2
thisapp = linux-%{version}
maintainer = Michael Tremer <michael.tremer@ipfire.org>

View File

@ -5,8 +5,8 @@ After=syslog.target
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/cpupower frequency-set -g performance
ExecStop=/usr/bin/cpupower frequency-set -g ondemand
ExecStart=/usr/bin/cpupower frequency-set -g ondemand
ExecStop=/usr/bin/cpupower frequency-set -g performance
[Install]
WantedBy=multi-user.target