applet: populate UI fields from config
[espeaktime] / data / espeaktime
1 description "espeaktime daemon"
2 author "Alex Badea"
3
4 service
5 console none
6
7 start on started hildon-desktop
8 stop on stopping shutdown
9
10 # Note, run-standalone.sh does not exec its argument;
11 # we work around that by explicitly saying "exec",
12 # to make job stopping work.
13 exec /usr/bin/run-standalone.sh exec /usr/bin/espeaktimed > /dev/null 2>&1