diff options
author | Roger Dingledine <arma@torproject.org> | 2006-05-23 07:03:30 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-05-23 07:03:30 +0000 |
commit | a16bd23ad911df803ab88dd7732c477b7861e6e8 (patch) | |
tree | 5dcee788ec426a0da7fb19254aa59e31aaefffd5 /doc | |
parent | 3ff02556fc4bff33ec98f75a25b5ca5ee4ebf3fe (diff) | |
download | tor-a16bd23ad911df803ab88dd7732c477b7861e6e8.tar tor-a16bd23ad911df803ab88dd7732c477b7861e6e8.tar.gz |
document that runasdaemon has no effect on windows.
svn:r6469
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor.1.in b/doc/tor.1.in index b337847f5..b90add59d 100644 --- a/doc/tor.1.in +++ b/doc/tor.1.in @@ -199,7 +199,9 @@ On startup, write our PID to FILE. On clean shutdown, remove FILE. .LP .TP \fBRunAsDaemon \fR\fB0\fR|\fB1\fR\fP -If 1, Tor forks and daemonizes to the background. (Default: 0) +If 1, Tor forks and daemonizes to the background. This option has +no effect on Windows; instead you should use the --service command-line +option. (Default: 0) .LP .TP \fBSafeLogging \fR\fB0\fR|\fB1\fP |