-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathcom.pai.pulse.plist
More file actions
34 lines (34 loc) · 1.04 KB
/
com.pai.pulse.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>com.pai.pulse</string>
<key>ProgramArguments</key>
<array>
<string>__BUN_PATH__</string>
<string>run</string>
<string>pulse.ts</string>
</array>
<key>WorkingDirectory</key>
<string>__HOME__/.claude/PAI/PULSE</string>
<key>EnvironmentVariables</key>
<dict>
<key>HOME</key>
<string>__HOME__</string>
<key>PATH</key>
<string>__HOME__/.bun/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin</string>
</dict>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<true/>
<key>StandardOutPath</key>
<string>__HOME__/.claude/PAI/PULSE/logs/pulse-stdout.log</string>
<key>StandardErrorPath</key>
<string>__HOME__/.claude/PAI/PULSE/logs/pulse-stderr.log</string>
<key>ThrottleInterval</key>
<integer>30</integer>
</dict>
</plist>