author "Victor Yagofarov"

description "Start the Outcoming Call Vibro script"

start on started hildon-desktop

script
/bin/chmod -R 777 /sys/class/leds
/bin/rm /var/run/out-call-vibro/out-call-vibro.pid
/bin/su - user /usr/bin/run-out-call-vibro.sh
end script

