$OpenBSD: patch-src_config_torrc_sample_in,v 1.2 2006/09/20 22:06:36 ray Exp $
--- src/config/torrc.sample.in.orig	Sat Feb 11 20:12:29 2006
+++ src/config/torrc.sample.in	Wed Sep 20 02:39:38 2006
@@ -43,18 +43,18 @@ SocksListenAddress 127.0.0.1 # accept co
 ## Send every possible message to @LOCALSTATEDIR@/log/tor/debug.log
 #Log debug file @LOCALSTATEDIR@/log/tor/debug.log
 ## Use the system log instead of Tor's logfiles
-#Log notice syslog
+Log notice syslog
 ## To send all messages to stderr:
 #Log debug stderr
 
 ## Uncomment this to start the process in the background... or use
 ## --runasdaemon 1 on the command line. This is ignored on Windows;
 ## see the FAQ entry if you want Tor to run as an NT service.
-#RunAsDaemon 1
+RunAsDaemon 1
 
 ## The directory for keeping all the keys/etc. By default, we store
 ## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
-#DataDirectory @LOCALSTATEDIR@/lib/tor
+DataDirectory /var/tor
 
 ## The port on which Tor will listen for local connections from Tor
 ## controller applications, as documented in control-spec.txt.
@@ -137,3 +137,6 @@ SocksListenAddress 127.0.0.1 # accept co
 #ExitPolicy accept *:119 # accept nntp as well as default exit policy
 #ExitPolicy reject *:* # middleman only -- no exits allowed
 
+## Revoke privileges
+User _tor
+Group _tor
