author "Ismo Puustinen"
description "This init script starts the OHM daemon"

#start on started dbus
start on started dbus-actdead
start on started hal
                            
stop on stopping dbus-actdead
stop on stopping dbus

console output

script 
        echo "Starting ohmd"
        /usr/sbin/waitdbus system
	sleep 1
        export TZ=twilightzone
        exec /usr/sbin/ohmd --no-daemon
end script

respawn

