diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-05 15:46:04 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-13 15:42:16 +0200 |
commit | 6849b490ccfe2f5ed2bb577758edf30445691378 (patch) | |
tree | 5a4194f86623ec1b78c13d16f04eef59dac96b81 /conf.d/etc/default | |
parent | f1ba9d6e9a69a5982ea4821a6b78f0ca5f224bc7 (diff) |
Add packaging files used by OBS.
xds-server is now packaging in OBS:
https://build.opensuse.org/package/show/isv:LinuxAutomotive:app-Development/agl-xds-server
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/etc/default')
-rw-r--r-- | conf.d/etc/default/xds-server | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf.d/etc/default/xds-server b/conf.d/etc/default/xds-server new file mode 100644 index 0000000..858530d --- /dev/null +++ b/conf.d/etc/default/xds-server @@ -0,0 +1,11 @@ +# defaults file for XDS Server +# this file is used for service environment in /lib/systemd/system/xds-server.service + +# JSON config file to use +#APP_CONFIG=/home/devel/.config/xds/server/config.json + +# Logging level (supported levels: panic, fatal, error, warn, info, debug) +#LOG_LEVEL=info + +# Filename where logs will be redirected (default stdout) +#LOG_FILENAME=/tmp/xds/logs/xds-server.logs |