18 lines
683 B
Plaintext
18 lines
683 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>com.stackops.hhbump</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>__DIR__/.venv/bin/python</string>
|
|
<string>__DIR__/bump_resumes.py</string>
|
|
</array>
|
|
<key>StartInterval</key> <integer>7200</integer>
|
|
<key>RunAtLoad</key> <true/>
|
|
<key>StandardOutPath</key> <string>__DIR__/bump.out.log</string>
|
|
<key>StandardErrorPath</key><string>__DIR__/bump.err.log</string>
|
|
<key>ProcessType</key> <string>Background</string>
|
|
</dict>
|
|
</plist>
|