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
3388722c
Commit
3388722c
authored
Jul 11, 2006
by
Andrew Lewman
Browse files
Move cmd line parameters into the config file, remove chroot, and
satisfy the requirement of a ProgramArgument array svn:r6755
parent
4f6cd129
Changes
1
Show whitespace changes
Inline
Side-by-side
contrib/osx/net.freehaven.tor.plist.in
View file @
3388722c
...
...
@@ -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>
...
...
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