Viitor_cpufreqd/etc/init/cpufreqd.conf
kueller cae4bfbc9c Neue Version V963
git-svn-id: svn://svn.compuextreme.de/Viitor/V963/Viitor_cpufreqd@5933 504e572c-2e33-0410-9681-be2bf7408885
2011-01-03 10:48:06 +00:00

13 lines
297 B
Plaintext

description "Startup the cpufreq daemon for Powermanagement"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [12345] and (started mountfs))
stop on (runlevel [06] and (stopping udev))
console none
exec /usr/sbin/cpufreqd -D
respawn