upstart init hinzugefügt

git-svn-id: svn://svn.compuextreme.de/Viitor/V962/Viitor_cpufreqd@5274 504e572c-2e33-0410-9681-be2bf7408885
This commit is contained in:
kueller 2010-01-28 14:07:39 +00:00
parent 51d273fee6
commit fb9870d945

12
etc/event.d/cpufreqd Normal file
View File

@ -0,0 +1,12 @@
# 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