601c1fa09f
The deamon should never stop respawning. Way to important!
14 lines
278 B
Text
14 lines
278 B
Text
# mbpfan - A simple daemon to control fan speed on all Macbook/Macbook Pros \
|
|
# (probably all Apple computers) for Linux 3.x.x
|
|
|
|
description "mbpfan"
|
|
|
|
start on filesystem or runlevel [2345]
|
|
stop on runlevel [!2345]
|
|
|
|
respawn
|
|
umask 022
|
|
|
|
console log
|
|
|
|
exec /usr/sbin/mbpfan -f
|