🗝 KeyzHub
19Keys · community archive
1086 bytes raw
 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
<?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.chairman.heartbeat</string>
    <key>ProgramArguments</key>
    <array>
        <string>/usr/bin/python3</string>
        <string>/Users/19keys/sovereign-empire-sweep/chairman-agent/agent.py</string>
        <string>--heartbeat</string>
    </array>
    <key>StartCalendarInterval</key>
    <dict>
        <key>Weekday</key>
        <integer>1</integer>
        <key>Hour</key>
        <integer>9</integer>
        <key>Minute</key>
        <integer>0</integer>
    </dict>
    <key>RunAtLoad</key>
    <false/>
    <key>StandardOutPath</key>
    <string>/Users/19keys/sovereign-empire-sweep/chairman-agent/logs/launchd.out</string>
    <key>StandardErrorPath</key>
    <string>/Users/19keys/sovereign-empire-sweep/chairman-agent/logs/launchd.err</string>
    <key>WorkingDirectory</key>
    <string>/Users/19keys/sovereign-empire-sweep/chairman-agent</string>
</dict>
</plist>