View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#3
/etc/event.d/callerid (assuming it's actually in /usr/bin).
Code:
start on started hildon-desktop

respawn

script
  exec su - user -c "exec /usr/bin/callerid --daemon"
end script
Add the file to the deb and make it install to the location I mentioned above.
This way it'll auto start and you can start/stop callerid from terminal
 

The Following 14 Users Say Thank You to MohammadAG For This Useful Post: