document custom config locations
This commit is contained in:
parent
679ee50342
commit
e6967a75e7
@ -126,3 +126,9 @@ All pprof-related settings.
|
|||||||
#####minimize_html
|
#####minimize_html
|
||||||
* `0`: do not minimize HTML
|
* `0`: do not minimize HTML
|
||||||
* `1`: 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`.
|
||||||
|
Reference in New Issue
Block a user