-
Notifications
You must be signed in to change notification settings - Fork 3
/
com.casketserver.web.plist
53 lines (48 loc) · 1.13 KB
/
com.casketserver.web.plist
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?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>Casket</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/casket</string>
<string>-agree</string>
<string>-conf</string>
<string>/etc/casket/Casketfile</string>
<string>-root</string>
<string>/var/tmp</string>
</array>
<key>EnvironmentVariables</key>
<dict>
<key>CASKETPATH</key>
<string>/etc/ssl/casket</string>
</dict>
<key>UserName</key>
<string>root</string>
<key>GroupName</key>
<string>wheel</string>
<key>InitGroups</key>
<true/>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<dict>
<key>Crashed</key>
<true/>
</dict>
<key>SoftResourceLimits</key>
<dict>
<key>NumberOfFiles</key>
<integer>8192</integer>
</dict>
<key>HardResourceLimits</key>
<dict/>
<key>WorkingDirectory</key>
<string>/etc/ssl/casket</string>
<key>StandardErrorPath</key>
<string>/var/log/casket/error.log</string>
<key>StandardOutPath</key>
<string>/var/log/casket/info.log</string>
</dict>
</plist>