From 57bdfc8349b3c8a727d6f439e1fd12661bc00a15 Mon Sep 17 00:00:00 2001
From: Sebastien Douheret <sebastien.douheret@iot.bzh>
Date: Mon, 11 Dec 2017 11:05:55 +0100
Subject: Standardized XDS config file name and location.

- config file name is :  agent-config.json
- xds-agent settings under user's home is:  $HOME/.xds/agent
- xds-agent settings under etc is: /etc/xds/agent

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
---
 conf.d/usr/lib/systemd/user/xds-agent.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'conf.d/usr/lib')

diff --git a/conf.d/usr/lib/systemd/user/xds-agent.service b/conf.d/usr/lib/systemd/user/xds-agent.service
index 1fd038b..6db084d 100644
--- a/conf.d/usr/lib/systemd/user/xds-agent.service
+++ b/conf.d/usr/lib/systemd/user/xds-agent.service
@@ -3,7 +3,7 @@ Description=XDS Agent
 
 [Service]
 EnvironmentFile=-/etc/default/xds-agent
-ExecStart=/opt/AGL/xds/agent/xds-agent &
+ExecStart=/opt/AGL/xds/agent/xds-agent
 
 [Install]
 WantedBy=multi-user.target
-- 
cgit 1.2.3-korg