GitHub user andrzejdoro opened a pull request:
https://github.com/apache/guacamole-server/pull/205
GUACAMOLE-667: Enable loading configuration file from other locations than
default.
These commits enable setting path to the configuration file during
**guacd** startup:
- by "-c path/to/conf-file" command line argument
- by "GUACD_CONF_FILE" environment variable
Ccommand line arg has precedence. If none of above is set then default
location is used.
---
After accepting these changes the manual should be updated (both _man
guacd_ and _man guacd.conf_).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andrzejdoro/guacamole-server
feature/path-to-config-file
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/guacamole-server/pull/205.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #205
----
commit 7c0dec4c996c18a444fcc8cf6ddc7921b6119f69
Author: andrzejdoro <a.dorobisz@...>
Date: 2018-11-21T15:49:45Z
GUACAMOLE-667: Add to guacd argument specifying the path to the
configuration file.
commit 210ddf959d5b595039ff203e62b2171f1268ea3e
Author: andrzejdoro <a.dorobisz@...>
Date: 2018-11-26T16:45:27Z
GUACAMOLE-667: Enable setting path to the configuration file using
environment variable.
----
---