diff options
author | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2018-09-01 22:22:07 +0900 |
---|---|---|
committer | Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp> | 2018-09-01 22:28:11 +0900 |
commit | 23b0584cebc0f17dfa3c305cfbd5afff78b082f9 (patch) | |
tree | 7eae5204c8376120c2b7ca7dd7bca0f7f65acb1a /recipes-demo-hmi/navigation | |
parent | a5608683b7683e9f2a5accc72b3439be7e52e8e4 (diff) |
Delete unnecessary environment variable of mapviewer
mapviewer had unnecessary environment variable settings in the service file.
This patch removes unnecessary environment variables.
Bug-AGL: SPEC-552
Change-Id: Ia33b226fef1cd355d27d019d5d196468ebf597f3
Signed-off-by: Naoto Yamaguchi <i33399_YAMAGUCHI@aisin-aw.co.jp>
Diffstat (limited to 'recipes-demo-hmi/navigation')
-rwxr-xr-x[-rw-r--r--] | recipes-demo-hmi/navigation/mapviewer/mapviewer.service | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-demo-hmi/navigation/mapviewer/mapviewer.service b/recipes-demo-hmi/navigation/mapviewer/mapviewer.service index b701204db..c7baae7a8 100644..100755 --- a/recipes-demo-hmi/navigation/mapviewer/mapviewer.service +++ b/recipes-demo-hmi/navigation/mapviewer/mapviewer.service @@ -7,7 +7,6 @@ After=weston.service HomeScreen.service # currently the position to be shown is 384x368 surface on screen 1 for CES2017 cluster demo. [Service] -Environment=NAVI_DATA_DIR=/var/mapdata/navi_data_UK/japan_TR9 XDG_RUNTIME_DIR=/run/user/0 ExecStartPre=/bin/sleep 5 ExecStart=/usr/bin/mapview ExecStartPost=/usr/bin/LayerManagerControl create layer 11001 1920 1080 |