Ticket #18361: org.torproject.tor.2.plist

File org.torproject.tor.2.plist, 581 bytes (added by jeff@…, 10 years ago)

LaunchDaemon /Library/LaunchDaemons

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3<plist version="1.0">
4<dict>
5        <key>Label</key>
6        <string>org.torproject.tor</string>
7        <key>Nice</key>
8        <integer>12</integer>
9        <key>ProgramArguments</key>
10        <array>
11        <string>/opt/local/bin/tor</string>
12        <string>-f</string><string>/opt/local/etc/tor/torrc</string>
13        </array>
14        <key>QueueDirectories</key>
15        <array/>
16        <key>RunAtLoad</key>
17        <true/>
18        <key>UserName</key>
19        <string>toradmin</string>
20        <key>WatchPaths</key>
21        <array/>
22</dict>
23</plist>