launchd Troubleshooting
How scheduled runs work
<key>StartInterval</key>
<integer>14400</integer> <!-- fire every 4 hours -->
<key>RunAtLoad</key>
<false/> <!-- do not run at load -->LaunchAgent vs. LaunchDaemon
Per-user LaunchAgent (expected)
Root LaunchDaemon (rare)
Shell setup for the commands below
Check status
Inspect the plist
Check config and version
Read the logs
Force a run
Reload after editing the plist
Uninstall
Reinstall
Common issues
Last updated
Was this helpful?