diff --git a/etc/init/cpufreqd b/etc/init/cpufreqd deleted file mode 100644 index 63ee37e..0000000 --- a/etc/init/cpufreqd +++ /dev/null @@ -1,12 +0,0 @@ -# rc - runlevel compatibility -# -# This task guesses what the "default runlevel" should be and starts the -# appropriate script. - -start on started mountfs -stop on stopping mountfs - -console logged - -exec /usr/sbin/cpufreqd -D -respawn diff --git a/etc/init/cpufreqd.conf b/etc/init/cpufreqd.conf new file mode 100644 index 0000000..ebe314c --- /dev/null +++ b/etc/init/cpufreqd.conf @@ -0,0 +1,12 @@ +description "Startup the cpufreq daemon for Powermanagement" +author "Harald Kueller " +version 1.0 +emits none special + +start on (runlevel [12345] and (started mountfs)) +stop on (runlevel [S06] and (stopping udev)) + +console none + +exec /usr/sbin/cpufreqd -D +respawn