Ticket #43071: org.macports.distccd.plist

File org.macports.distccd.plist, 740 bytes (added by RJVB (René Bertin), 10 years ago)

goes in files

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>Disabled</key>
6        <false/>
7        <key>GroupName</key>
8        <string>nobody</string>
9        <key>Label</key>
10        <string>org.macports.distccd</string>
11        <key>OnDemand</key>
12        <false/>
13        <key>Program</key>
14        <string>/opt/local/bin/distccd</string>
15        <key>ProgramArguments</key>
16        <array>
17                <string>/opt/local/bin/distccd</string>
18                <string>--no-detach</string>
19                <string>--daemon</string>
20                <string>-j</string>
21                <string>2</string>
22                <string>--allow</string>
23                <string>127.0.0.1</string>
24        </array>
25        <key>RunAtLoad</key>
26        <true/>
27        <key>UserName</key>
28        <string>nobody</string>
29</dict>
30</plist>