🗝 KeyzHub
19Keys · community archive
861 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
<?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.webhook</string>
    <key>ProgramArguments</key>
    <array>
        <string>/usr/bin/python3</string>
        <string>/Users/19keys/sovereign-empire-sweep/chairman-agent/webhook.py</string>
    </array>
    <key>KeepAlive</key>
    <true/>
    <key>RunAtLoad</key>
    <true/>
    <key>StandardOutPath</key>
    <string>/Users/19keys/sovereign-empire-sweep/chairman-agent/logs/webhook.out</string>
    <key>StandardErrorPath</key>
    <string>/Users/19keys/sovereign-empire-sweep/chairman-agent/logs/webhook.err</string>
    <key>WorkingDirectory</key>
    <string>/Users/19keys/sovereign-empire-sweep/chairman-agent</string>
</dict>
</plist>