From 546d07bc6707bf1bfead0118b5110565683a5432 Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Tue, 11 Jul 2006 04:27:12 +0000 Subject: First crack at launchd plist for Tor svn:r6753 --- contrib/osx/net.freehaven.tor.plist.in | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 contrib/osx/net.freehaven.tor.plist.in diff --git a/contrib/osx/net.freehaven.tor.plist.in b/contrib/osx/net.freehaven.tor.plist.in new file mode 100644 index 000000000..1637a361f --- /dev/null +++ b/contrib/osx/net.freehaven.tor.plist.in @@ -0,0 +1,38 @@ + + + + + Label + net.freehaven.tor + + Program + /Library/Tor/tor + + UserName + _tor + + GroupName + _tor + + OnDemand + + + RunAtLoad + + + RootDirectory + /Library/Tor/ + + ServiceDescription + Tor @VERSION@ http://tor.eff.org + + LowPriorityIO + + + HardResourceLimits + + NumberOfFiles + 8192 + + + -- cgit v1.2.3