summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-12 17:37:36 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-10-12 23:36:10 +0200
commit5f67c1a72b982fc4057e2f6e4803324d3be1330a (patch)
treec556ad188d346b39b2b09c27a303bf439b828b1f /conf.d
parent15c8fccff456d5f148cff5bd8ecf34796f52e18a (diff)
xds-server is now start as user systemd service.
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/etc/default/xds-server4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d/etc/default/xds-server b/conf.d/etc/default/xds-server
index 0818638..0c82849 100644
--- a/conf.d/etc/default/xds-server
+++ b/conf.d/etc/default/xds-server
@@ -1,8 +1,8 @@
# defaults file for XDS Server
-# this file is used for service environment in /lib/systemd/system/xds-server.service
+# this file is used for service environment in /usr/lib/systemd/user/xds-server.service
# JSON config file to use
-APP_CONFIG=/home/devel/.config/xds/server/config.json
+#APP_CONFIG=${HOME}/.config/xds/server/config.json
# Logging level (supported levels: panic, fatal, error, warn, info, debug)
LOG_LEVEL=info