Initial status for developed files on dagda
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<?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>nl.australius.dagelijks-overzicht</string>
|
||||
|
||||
<key>ProgramArguments</key>
|
||||
<array>
|
||||
<string>/usr/bin/python3</string>
|
||||
<string>/Users/hanswienen/Documents/Development/Vibes/mailcat/dagelijks_overzicht.py</string>
|
||||
</array>
|
||||
|
||||
<!-- Elke ochtend om 07:00 -->
|
||||
<key>StartCalendarInterval</key>
|
||||
<dict>
|
||||
<key>Hour</key>
|
||||
<integer>7</integer>
|
||||
<key>Minute</key>
|
||||
<integer>0</integer>
|
||||
</dict>
|
||||
|
||||
<!-- Log eventuele fouten -->
|
||||
<key>StandardOutPath</key>
|
||||
<string>/Users/hanswienen/Library/Logs/dagelijks_overzicht.log</string>
|
||||
<key>StandardErrorPath</key>
|
||||
<string>/Users/hanswienen/Library/Logs/dagelijks_overzicht.log</string>
|
||||
|
||||
<!-- Alleen draaien als de Mac aan staat; inhalen bij gemiste run -->
|
||||
<key>RunAtLoad</key>
|
||||
<false/>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user