From 2bf2954ba45aca2615a95eee698881f2c93e81b4 Mon Sep 17 00:00:00 2001
From: José Bollo <jose.bollo@iot.bzh>
Date: Wed, 16 Nov 2016 11:29:49 +0100
Subject: add variable AFM_APP_INSTALL_DIR to environment
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Change-Id: I1558ed87124750a87a4bf0359d9fb974617a8c42
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
---
 conf/afm-user-daemon.service | 1 +
 1 file changed, 1 insertion(+)

(limited to 'conf')

diff --git a/conf/afm-user-daemon.service b/conf/afm-user-daemon.service
index 601ec87..6b5c1d8 100644
--- a/conf/afm-user-daemon.service
+++ b/conf/afm-user-daemon.service
@@ -5,6 +5,7 @@ Description=Application Framework Master, User side
 Type=dbus                                
 BusName=org.AGL.afm.user          
 ExecStart=/usr/bin/afm-user-daemon --user-dbus=unix:path=%t/bus
+Environment=AFM_APP_INSTALL_DIR=%%r
 Environment=LD_PRELOAD=/usr/lib/libEGL.so
 Restart=on-failure
 RestartSec=5
-- 
cgit