[or-cvs] Move cmd line parameters into the config file, remove chroo...

phobos at seul.org phobos at seul.org
Tue Jul 11 20:51:08 UTC 2006


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

Modified Files:
	net.freehaven.tor.plist.in 
Log Message:
Move cmd line parameters into the config file, remove chroot, and
satisfy the requirement of a ProgramArgument array


Index: net.freehaven.tor.plist.in
===================================================================
RCS file: /home/or/cvsroot/tor/contrib/osx/net.freehaven.tor.plist.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- net.freehaven.tor.plist.in	11 Jul 2006 04:37:05 -0000	1.2
+++ net.freehaven.tor.plist.in	11 Jul 2006 20:51:06 -0000	1.3
@@ -9,23 +9,15 @@
 	<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>
+	<string>tor</string>
 	</array>
 
 	<key>UserName</key>
 	<string>_tor</string>
 
 	<key>GroupName</key>
-	<string>_tor</string>
+	<string>daemon</string>
 
 	<key>OnDemand</key>
 	<false/>
@@ -33,9 +25,6 @@
 	<key>RunAtLoad</key>
 	<true/>
 
-	<key>RootDirectory</key>
-	<string>/Library/Tor/</string>
-
 	<key>ServiceDescription</key>
 	<string>Tor @VERSION@  http://tor.eff.org</string>
 



More information about the tor-commits mailing list