View Single Post
Banned | Posts: 358 | Thanked: 160 times | Joined on Dec 2010
#7
Originally Posted by MohammadAG View Post
/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
What do respawn mean? Does it mean waiting for a some time because I use a pause command in my startup script?