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
54
55
Label
{LABEL}
ProgramArguments
{PROGRAM_ARGS}
<!-- Run at system startup -->
RunAtLoad
<!-- Keep the service running -->
KeepAlive
<!-- Important for self-upgrades: Don't kill child processes -->
AbandonProcessGroup
<!-- Logging paths -->
StandardErrorPath
/tmp/{SERVICE_NAME}.err
StandardOutPath
/tmp/{SERVICE_NAME}.out
<!-- Working directory (optional) -->
<!-- <key>WorkingDirectory</key>
<string>/path/to/working/dir</string> -->
<!-- Environment variables (optional) -->
<!-- <key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/usr/local/bin:/usr/bin:/bin</string>
</dict> -->
<!-- Restart on crash -->
OnDemand
<!-- Resource limits (optional) -->
<!-- <key>SoftResourceLimits</key>
<dict>
<key>NumberOfProcesses</key>
<integer>100</integer>
<key>ResidentSetSize</key>
<integer>536870912</integer>
</dict> -->