description "ZapLoc - Zap's Location Updater"
start on started hildon-desktop
stop on starting shutdown

console none

script
    exec /bin/su - user -c "/opt/zaploc/zdaemon.py --boot"
end script
