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 /conf.d/etc/default | |
parent | 777204d72f9d184e4416f943d8a1a38051dfb5ae (diff) |
Add xds-agent user systemd service file and install
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/etc/default')
-rw-r--r-- | conf.d/etc/default/xds-agent | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf.d/etc/default/xds-agent b/conf.d/etc/default/xds-agent new file mode 100644 index 0000000..93d56cb --- /dev/null +++ b/conf.d/etc/default/xds-agent @@ -0,0 +1,5 @@ +# defaults file for XDS Agent +# this file is used for service environment in /usr/lib/systemd/user/xds-agent.service + +# Logging level (supported levels: panic, fatal, error, warn, info, debug) +LOG_LEVEL=info |