diff options
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/etc/default/xds-server | 4 |
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 |