diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-03-01 17:09:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-01 17:09:27 -0500 |
commit | 1effffab2a161898dd916a14e92546990c970184 (patch) | |
tree | 0e2fae46742841cea8ba1ebb1fcc238e4a5eef62 /torrc_templates | |
parent | 92c590397d7df286370ca30a78bfe4c69e5eff4b (diff) | |
download | chutney-1effffab2a161898dd916a14e92546990c970184.tar chutney-1effffab2a161898dd916a14e92546990c970184.tar.gz |
Make it able to start, stop, and monitor tor networks. still very rough.
Diffstat (limited to 'torrc_templates')
-rw-r--r-- | torrc_templates/common.i | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/torrc_templates/common.i b/torrc_templates/common.i index 3a50f3a..2d0661c 100644 --- a/torrc_templates/common.i +++ b/torrc_templates/common.i @@ -4,8 +4,7 @@ RunAsDaemon 1 ConnLimit $connlimit Nickname $nick ShutdownWaitLength 0 -PidFile pid +PidFile ${dir}/pid Log notice file ${dir}/notice.log -ControlPort $controlport ${dirservers} |