Tôi muốn LaunchD khởi chạy một kịch bản mỗi tuần. Những điều sau đây hoạt động tốt cho mỗi tuần, nhưng làm thế nào tôi có thể lên lịch để chỉ chạy mỗi tuần?
<?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>Program</key>
<string>/scripts/autoSample</string>
<key>AbandonProcessGroup</key>
<true/>
<key>Debug</key>
<true/>
<key>StartCalendarInterval</key>
<dict>
<key>Weekday</key>
<integer>0</integer>
<key>Minute</key>
<integer>40</integer>
<key>Hour</key>
<integer>8</integer>
</dict>
<key>Label</key>
<string>autoSample</string>
</dict>
</plist>