diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-17 00:04:36 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-10-17 00:46:57 +0200 |
commit | fa1a0fa5e47260349d2da761b499223d11324b58 (patch) | |
tree | f5dc6092e40da84075746a5aa1ab8e7d6ac8bc8d /agent-config.json.in | |
parent | 777204d72f9d184e4416f943d8a1a38051dfb5ae (diff) |
Add xds-agent user systemd service file and install
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'agent-config.json.in')
-rw-r--r-- | agent-config.json.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/agent-config.json.in b/agent-config.json.in deleted file mode 100644 index 35d702d..0000000 --- a/agent-config.json.in +++ /dev/null @@ -1,9 +0,0 @@ -{ - "logsDir": "${HOME}/.xds/agent/logs", - "xds-apikey": "1234abcezam", - "syncthing": { - "home": "${HOME}/.xds/agent/syncthing-config", - "gui-address": "http://localhost:8386", - "gui-apikey": "1234abcezam" - } -} |