# novacomd
# 
# Palm's debug/control protocol server.
# 
# (c) 2009 Palm Inc, All Rights Reserved 
#

start on runlevel 2
start on runlevel 3
start on runlevel 4
start on runlevel 5

stop on runlevel 0
stop on runlevel 1
stop on runlevel 6

respawn
exec /opt/Palm/novacom/novacomd

