42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
<?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.openclaw.mirofish</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/bin/zsh</string>
|
|
<string>/Users/Shared/OpenClaw/mirofish-runtime/scripts/host-start.sh</string>
|
|
<string>/Users/Shared/OpenClaw/mirofish-runtime</string>
|
|
</array>
|
|
<key>UserName</key>
|
|
<string>airstride</string>
|
|
<key>WorkingDirectory</key>
|
|
<string>/Users/Shared/OpenClaw/mirofish-runtime</string>
|
|
<key>EnvironmentVariables</key>
|
|
<dict>
|
|
<key>HOME</key>
|
|
<string>/Users/airstride</string>
|
|
<key>CODEX_HOME</key>
|
|
<string>/Users/airstride/.codex-openclaw</string>
|
|
<key>PATH</key>
|
|
<string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
|
|
</dict>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>KeepAlive</key>
|
|
<true/>
|
|
<key>ProcessType</key>
|
|
<string>Background</string>
|
|
<key>AbandonProcessGroup</key>
|
|
<true/>
|
|
<key>StandardOutPath</key>
|
|
<string>/Users/Shared/OpenClaw/mirofish-runtime/runtime/logs/launchd.log</string>
|
|
<key>StandardErrorPath</key>
|
|
<string>/Users/Shared/OpenClaw/mirofish-runtime/runtime/logs/launchd.err.log</string>
|
|
<key>ThrottleInterval</key>
|
|
<integer>15</integer>
|
|
</dict>
|
|
</plist>
|