[or-cvs] Add in start parameters. Perhaps we should ship these set ...

phobos at seul.org phobos at seul.org
Tue Jul 11 04:37:07 UTC 2006


Update of /home/or/cvsroot/tor/contrib/osx
In directory moria:/tmp/cvs-serv31352

Modified Files:
	net.freehaven.tor.plist.in 
Log Message:
Add in start parameters.  Perhaps we should ship these set correct in
the default torrc.


Index: net.freehaven.tor.plist.in
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/net.freehaven.tor.plist.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -d -r1.1 -r1.2
--- net.freehaven.tor.plist.in	11 Jul 2006 04:27:12 -0000	1.1
+++ net.freehaven.tor.plist.in	11 Jul 2006 04:37:05 -0000	1.2
@@ -8,6 +8,19 @@
 	<key>Program</key>
 	<string>/Library/Tor/tor</string>
 
+	<key>ProgramArguments</key>
+	<!-- The following array parameters should be set in the config file, not here -->
+	<array>
+	<string>--runasdaemon</string>
+	<string>1</string>
+	<string>--pidfile</string>
+	<string>/var/run/Tor.pid</string>
+	<string>--datadirectory</string>
+	<string>/Library/Tor/var/lib/tor</string>
+	<string>--log</string>
+	<string>"notice file /var/log/tor/tor.log"</string>
+	</array>
+
 	<key>UserName</key>
 	<string>_tor</string>
 



More information about the tor-commits mailing list