aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/navigation/mapviewer/mapviewer.service
diff options
context:
space:
mode:
authorHarunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>2017-09-11 16:07:39 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-09-28 21:18:08 +0000
commitbd35f84a7a1039f9fa666e4ee33f6341c6a0d2da (patch)
tree6085db6fa55d4ece66ca6ee73748e6533284e396 /recipes-demo-hmi/navigation/mapviewer/mapviewer.service
parentd66de47398e0644f2177dc9f1a8ee081c533fd7a (diff)
mapview: It should be run user service instead of system
Change-Id: I65dd87561b80765ae2bbff5fc7f903ffe27394a8 Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
Diffstat (limited to 'recipes-demo-hmi/navigation/mapviewer/mapviewer.service')
-rw-r--r--recipes-demo-hmi/navigation/mapviewer/mapviewer.service5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-demo-hmi/navigation/mapviewer/mapviewer.service b/recipes-demo-hmi/navigation/mapviewer/mapviewer.service
index eba4a0dd..c3f5515a 100644
--- a/recipes-demo-hmi/navigation/mapviewer/mapviewer.service
+++ b/recipes-demo-hmi/navigation/mapviewer/mapviewer.service
@@ -1,6 +1,6 @@
[Unit]
Conflicts=getty@tty1.service
-After=weston.service
+After=weston.service HomeScreen.service
# map viewr is a child application which can work with navigation.
# This app requires mapdata. It has to be stored at /var/mapdata/navi_data_UK .
@@ -17,6 +17,7 @@ ExecStartPost=/usr/AGL/mapviewer/mapviewer-settings.sh
ExecStop=/usr/bin/killall -s KILL mapview
Type=simple
+Restart=always
[Install]
-WantedBy=multi-user.target
+WantedBy=default.target