summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2015-05-07 10:15:18 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2015-10-14 09:06:03 +0000
commit10881f27419913bd8b84e2b3ef482abd02d92add (patch)
treea8f55ba37499967d0c6a094c21d9e8a1a1f789ed
parentf3ca90b6506ebb050303cf8e69f015cba5ec3f1e (diff)
downloaddefinitions-10881f27419913bd8b84e2b3ef482abd02d92add.tar.gz
Fix the systemd units from browser-poc
This may be subject to change, depending on whether browser-poc upstream accepts the build system patch. Change-Id: I673a25347e7ad83ffe816069109c4e974f484ae8
-rw-r--r--strata/genivi-demo-platform/browser-poc.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/strata/genivi-demo-platform/browser-poc.morph b/strata/genivi-demo-platform/browser-poc.morph
index de460cd0..1ca23d40 100644
--- a/strata/genivi-demo-platform/browser-poc.morph
+++ b/strata/genivi-demo-platform/browser-poc.morph
@@ -15,7 +15,7 @@ install-commands:
Requires=dbus.service
[Service]
- ExecStart=/usr/lib/browser-poc/browser/bin/browser
+ ExecStart=/usr/lib/browser-poc/browser/browser
EOF
- |
cat >"$DESTDIR/usr/lib/systemd/user/demoui.service" <<EOF
@@ -25,5 +25,5 @@ install-commands:
[Service]
Environment=LD_PRELOAD=/usr/lib/libEGL.so
- ExecStart=/usr/lib/browser-poc/demoui/bin/demoui
+ ExecStart=/usr/lib/browser-poc/demoui/demoui
EOF