summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRisto Avila <risto.avila@qt.io>2016-09-22 16:07:35 +0300
committerJędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>2016-10-04 13:12:07 +0000
commit4dea735eb4b3c071d706f17776e4e36cb5ff2733 (patch)
tree14f9134b4763de9fdbcf0a3f6037af339a5e93fd
parent9785aefe8a6fea45325bc1ad1e23ab88f8900f5c (diff)
downloadmeta-boot2qt-4dea735eb4b3c071d706f17776e4e36cb5ff2733.tar.gz
Enable dbus by default for neptune ui
Task-number: AUTOSUITE-10 Change-Id: I1961d972a3bc7c4e0f3e7ac0788044629b8dd2f4 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r--recipes-qt/automotive/neptune-ui/neptune.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-qt/automotive/neptune-ui/neptune.service b/recipes-qt/automotive/neptune-ui/neptune.service
index 32e3243..e9f3793 100644
--- a/recipes-qt/automotive/neptune-ui/neptune.service
+++ b/recipes-qt/automotive/neptune-ui/neptune.service
@@ -1,9 +1,9 @@
1[Unit] 1[Unit]
2Description=Neptune 2Description=Neptune
3After=systemd-user-sessions.service 3After=dbus.service dbus-session.service systemd-user-sessions.service
4 4
5[Service] 5[Service]
6ExecStart=/usr/bin/appcontroller /usr/bin/appman -r -c /opt/am/config.yaml -c am-config.yaml --dbus none Main.qml 6ExecStart=/usr/bin/appcontroller /usr/bin/appman -r -c /opt/am/config.yaml --dbus session -c am-config.yaml Main.qml
7Restart=on-failure 7Restart=on-failure
8WorkingDirectory=/opt/neptune 8WorkingDirectory=/opt/neptune
9 9