Viitor_cpufreqd/etc/init/cpufreqd.conf

17 lines
364 B
Plaintext
Raw Normal View History

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
pre-start script
/sbin/CheckPid /var/run/cpufreqd.pid
end script
exec /usr/sbin/cpufreqd -D
respawn