From: Sebastien Douheret Date: Tue, 19 Sep 2017 08:25:55 +0000 (+0200) Subject: Rework search directories for agent-config.json files. X-Git-Tag: v0.2.0~6 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=3f1c6dbe6b6422d8fdb70a2ef1899b9c32d1fc7e;hp=3f1c6dbe6b6422d8fdb70a2ef1899b9c32d1fc7e;p=src%2Fxds%2Fxds-agent.git Rework search directories for agent-config.json files. Here is the logic to determine which `agent-config.json` file will be used: 1. from command line option: `--config myConfig.json` 2. `$HOME/.xds/agent/agent-config.json` file 3. `/etc/xds-agent/agent-config.json` file 4. `/agent-config.json` file ---