diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-11 11:05:55 +0100 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-12-11 15:46:53 +0100 |
commit | 57bdfc8349b3c8a727d6f439e1fd12661bc00a15 (patch) | |
tree | 9682a32b7feb2f6ac7429f01bcca6ac77327a8d3 /conf.d | |
parent | 7adfd21a66846ebb907bdcfd411e00670d70fa06 (diff) |
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>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/etc/xds/agent/agent-config.json (renamed from conf.d/etc/xds-agent/agent-config.json) | 0 | ||||
-rw-r--r-- | conf.d/usr/lib/systemd/user/xds-agent.service | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/etc/xds-agent/agent-config.json b/conf.d/etc/xds/agent/agent-config.json index 1a7957e..1a7957e 100644 --- a/conf.d/etc/xds-agent/agent-config.json +++ b/conf.d/etc/xds/agent/agent-config.json 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 |