Archived
1
0

Merge pull request #111 from wzeth/patch-7

document SRND_INI_PATH environment variable
This commit is contained in:
Jeff 2016-06-20 07:47:09 -04:00 committed by GitHub
commit 3668eb7822

View File

@ -126,3 +126,9 @@ All pprof-related settings.
#####minimize_html
* `0`: do not minimize HTML
* `1`: minimize HTML
##Placing configuration elsewhere
By default, `srnd.ini` must be placed in the working directory (wherever you have the `srndv2` binary). If you want to place the `srnd.ini` config file elsewhere, you can define an environment varialbe in the `~/.profile` for the user that runs `srndv2`.
If you would like to use, for example, `/etc/nntpchan/my_srnd_config.ini`, simply add `export SRND_INI_PATH=/etc/nntpchan/my_srnd_config.ini` to `~/.profile`.