commit 1c95755ea86c7e4ddb95d3336de7b6a3521e4321 Author: juga0 juga@riseup.net Date: Wed Oct 31 21:27:50 2018 +0000
Add locations when running sbws as a system service --- docs/source/man_sbws.ini.rst | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/docs/source/man_sbws.ini.rst b/docs/source/man_sbws.ini.rst index 1403024..0ea98b5 100644 --- a/docs/source/man_sbws.ini.rst +++ b/docs/source/man_sbws.ini.rst @@ -34,6 +34,10 @@ general NOT implemented for IPv6.
paths + + When **sbws** is run as a system service, `~/.sbws` is changed to + `/var/lib/sbws`. + sbws_home = STR sbws home directory. (Default: ~/.sbws) datadir = STR @@ -67,13 +71,17 @@ destinations.STR It can use both http or https.
tor + + When **sbws** is run as a system service `~/.sbws/tor` is replaced by + `/run/sbws/tor`. + datadir = STR sbws' owned tor directory. (Default: ~/.sbws/tor) control_socket = STR sbws's owned tor control socket file. - (Default: $XDG_RUNTIME_DIR/sbws/control) + (Default: ~/.sbws/tor/sbws/control) pid = STR - sbws's owned tor pid file. (Default: $XDG_RUNTIME_DIR/sbws/tor.pid) + sbws's owned tor pid file. (Default: ~/.sbws/tor/sbws/tor.pid) log = STR sbws's owned tor directory log files. (Default: ~/.sbws/tor/log) extra_lines =
tor-commits@lists.torproject.org