Disable RunAtLoad for borgmatic LaunchAgent

Prevents unintended backup runs when Ansible reloads the LaunchAgent.
The StartCalendarInterval (2 AM daily) handles scheduling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-10 12:31:40 -08:00
commit 4cc41cb9b3

View file

@ -23,7 +23,7 @@
<string>create</string>
</array>
<key>RunAtLoad</key>
<true/>
<false/>
<key>StandardErrorPath</key>
<string>{{ borgmatic_log_dir }}/mcquack.borgmatic.err.log</string>
<key>StandardOutPath</key>