27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
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>
|
|
<!-- Persistent auto-commit of the AISE502 folder, every 10 minutes.
|
|
Install: cp tools/ch.fhgr.aise502.autocommit.plist ~/Library/LaunchAgents/
|
|
launchctl load -w ~/Library/LaunchAgents/ch.fhgr.aise502.autocommit.plist
|
|
Remove: launchctl unload -w ~/Library/LaunchAgents/ch.fhgr.aise502.autocommit.plist
|
|
rm ~/Library/LaunchAgents/ch.fhgr.aise502.autocommit.plist -->
|
|
<key>Label</key>
|
|
<string>ch.fhgr.aise502.autocommit</string>
|
|
<key>ProgramArguments</key>
|
|
<array>
|
|
<string>/bin/zsh</string>
|
|
<string>/Users/florianherzog/development/Vorlesungen/AISE502/tools/autocommit.sh</string>
|
|
</array>
|
|
<key>StartInterval</key>
|
|
<integer>600</integer>
|
|
<key>RunAtLoad</key>
|
|
<true/>
|
|
<key>StandardOutPath</key>
|
|
<string>/Users/florianherzog/Library/Logs/aise502-autocommit.log</string>
|
|
<key>StandardErrorPath</key>
|
|
<string>/Users/florianherzog/Library/Logs/aise502-autocommit.log</string>
|
|
</dict>
|
|
</plist>
|