summaryrefslogtreecommitdiffstats
path: root/run.sh.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-06-16 16:30:18 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-06-19 11:19:42 +0200
commit21c3f2360967138d9dfc13a3985fb92ca1c44027 (patch)
treef5f3e326ce1d768e1dacdcc0fc0407f6fdd41523 /run.sh.in
parent161a7ba4a460f06ee15969eaf9352f25e9aa5663 (diff)
downloadjson-dbus-bridge-examples-21c3f2360967138d9dfc13a3985fb92ca1c44027.tar.gz
json-dbus-bridge-examples-21c3f2360967138d9dfc13a3985fb92ca1c44027.tar.xz
[dbus-info-service] add qt4 dbus service
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'run.sh.in')
-rwxr-xr-xrun.sh.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/run.sh.in b/run.sh.in
index 0ef7f14..45e9883 100755
--- a/run.sh.in
+++ b/run.sh.in
@@ -18,6 +18,7 @@ fi
finish() {
kill $hello_pid
kill $calculator_pid
+ kill $systeminfo_pid
kill $lighttpd_pid
exit
}
@@ -30,6 +31,10 @@ hello_pid=$!
"@abs_srcdir@/services/python/calculator.py" &
calculator_pid=$!
+"@abs_builddir@/services/qt4/dbus-info-service/dbus-info-service" &
+systeminfo_pid=$!
+
+
@LIGHTTPD@ -f "@abs_builddir@/lighttpd/lighttpd.conf" -D &
lighttpd_pid=$!