-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcom.mitzo.server.plist
More file actions
29 lines (29 loc) · 898 Bytes
/
com.mitzo.server.plist
File metadata and controls
29 lines (29 loc) · 898 Bytes
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
<?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>com.mitzo.server</string>
<key>ProgramArguments</key>
<array>
<string>__MITZO_HOME__/scripts/start.sh</string>
</array>
<key>WorkingDirectory</key>
<string>__MITZO_HOME__</string>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>ThrottleInterval</key>
<integer>30</integer>
<key>StandardOutPath</key>
<string>__MITZO_HOME__/logs/server-stdout.log</string>
<key>StandardErrorPath</key>
<string>__MITZO_HOME__/logs/server-stderr.log</string>
<key>EnvironmentVariables</key>
<dict>
<key>PATH</key>
<string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin</string>
</dict>
</dict>
</plist>