Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
4f6cd129
Commit
4f6cd129
authored
Jul 11, 2006
by
Andrew Lewman
Browse files
Add in start parameters. Perhaps we should ship these set correct in
the default torrc. svn:r6754
parent
546d07bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/osx/net.freehaven.tor.plist.in
View file @
4f6cd129
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment