25 lines
809 B
Plaintext
25 lines
809 B
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>ai.timmy.auto-commit-guard</string>
|
||
|
|
<key>ProgramArguments</key>
|
||
|
|
<array>
|
||
|
|
<string>/bin/bash</string>
|
||
|
|
<string>/Users/apayne/.hermes/bin/auto-commit-guard.sh</string>
|
||
|
|
<string>120</string>
|
||
|
|
</array>
|
||
|
|
<key>RunAtLoad</key>
|
||
|
|
<true/>
|
||
|
|
<key>KeepAlive</key>
|
||
|
|
<true/>
|
||
|
|
<key>StandardOutPath</key>
|
||
|
|
<string>/Users/apayne/.hermes/logs/auto-commit-guard.stdout.log</string>
|
||
|
|
<key>StandardErrorPath</key>
|
||
|
|
<string>/Users/apayne/.hermes/logs/auto-commit-guard.stderr.log</string>
|
||
|
|
<key>WorkingDirectory</key>
|
||
|
|
<string>/Users/apayne</string>
|
||
|
|
</dict>
|
||
|
|
</plist>
|