Skip to content
Snippets Groups Projects
Commit c803c3d0 authored by juga's avatar juga Committed by Matt Traudt
Browse files

Add runtime dir for non-persistent data

parent dd4629e2
No related branches found
No related tags found
No related merge requests found
......@@ -58,8 +58,12 @@ max_download_size = 1073741824
[tor]
datadir = ${paths:sbws_home}/tor
control_socket = ${tor:datadir}/control_socket
log = ${tor:datadir}/log.txt
# create runtime dir for data that does not need to be persistent
run_dpath = $XDG_RUNTIME_DIR/sbws
control_socket = ${tor:run_dpath}/control
pid = ${tor:run_dpath}/tor.pid
# note this is a directory
log = ${tor:datadir}/log
extra_lines =
[cleanup]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment