From bf5ea33c27f3789f208a3230b90ce374af03dfb0 Mon Sep 17 00:00:00 2001 From: kueller Date: Tue, 20 Apr 2010 14:10:34 +0000 Subject: [PATCH] cpufreqd bekommt .conf endung und anpassungen an neue upstart version git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_cpufreqd@5519 504e572c-2e33-0410-9681-be2bf7408885 --- etc/init/cpufreqd | 12 ------------ etc/init/cpufreqd.conf | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 etc/init/cpufreqd create mode 100644 etc/init/cpufreqd.conf 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