From 4dea735eb4b3c071d706f17776e4e36cb5ff2733 Mon Sep 17 00:00:00 2001 From: Risto Avila Date: Thu, 22 Sep 2016 16:07:35 +0300 Subject: Enable dbus by default for neptune ui Task-number: AUTOSUITE-10 Change-Id: I1961d972a3bc7c4e0f3e7ac0788044629b8dd2f4 Reviewed-by: Samuli Piippo Reviewed-by: Teemu Holappa --- recipes-qt/automotive/neptune-ui/neptune.service | 4 ++-- 1 file 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 @@ [Unit] Description=Neptune -After=systemd-user-sessions.service +After=dbus.service dbus-session.service systemd-user-sessions.service [Service] -ExecStart=/usr/bin/appcontroller /usr/bin/appman -r -c /opt/am/config.yaml -c am-config.yaml --dbus none Main.qml +ExecStart=/usr/bin/appcontroller /usr/bin/appman -r -c /opt/am/config.yaml --dbus session -c am-config.yaml Main.qml Restart=on-failure WorkingDirectory=/opt/neptune -- cgit v1.2.3-54-g00ecf