Update packages/mediacenter/xbmc/init.d/93_xbmc

This commit is contained in:
MikeBuzz 2012-03-01 08:05:25 +00:00
parent f952f8f69e
commit 3a70335116

View File

@ -68,7 +68,7 @@ fi
# set cpu's to 'conservative' # set cpu's to 'conservative'
( usleep 15000000 ( usleep 15000000
progress "set cpu's to 'conservative'" progress "set cpu's to 'conservative'"
cpupower frequency-set -g ondemand > /dev/null 2>&1 cpupower frequency-set -g conservative > /dev/null 2>&1
)& )&
# prevent restrating XBMC at reboot or shutdown # prevent restrating XBMC at reboot or shutdown