-
-
Notifications
You must be signed in to change notification settings - Fork 262
Expand file tree
/
Copy pathio.pcp.pmcd.plist
More file actions
34 lines (34 loc) · 1.04 KB
/
io.pcp.pmcd.plist
File metadata and controls
34 lines (34 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>io.pcp.pmcd</string>
<key>ProgramArguments</key>
<array>
<string>/etc/init.d/pmcd</string>
<string>start</string>
</array>
<key>EnvironmentVariables</key>
<dict>
<key>PMCD_LAUNCHED_BY_LAUNCHD</key>
<string>1</string>
</dict>
<key>Disabled</key>
<false/>
<key>UserName</key>
<string>root</string>
<key>UserGroup</key>
<string>wheel</string>
<key>KeepAlive</key>
<true/>
<key>ThrottleInterval</key>
<integer>30</integer>
<key>RunAtLoad</key>
<true/>
<key>StandardErrorPath</key>
<string>/var/log/pcp/pmcd/plist.stderr</string>
<key>StandardOutPath</key>
<string>/var/log/pcp/pmcd/plist.stdout</string>
</dict>
</plist>