Skip to content

Instantly share code, notes, and snippets.

@rollxx
Last active May 12, 2017 02:58
Show Gist options
  • Save rollxx/5134260 to your computer and use it in GitHub Desktop.
Save rollxx/5134260 to your computer and use it in GitHub Desktop.
Unload sync services. This is a workaround the weird behaviour of syncdefaultsd (100% CPU usage) when behind a proxy.
launchctl unload /System/Library/LaunchAgents/com.apple.syncdefaultsd.plist
launchctl unload /System/Library/LaunchAgents/com.apple.CalendarAgent.plist
launchctl unload /System/Library/LaunchAgents/com.apple.AddressBook.SourceSync.plist
@FrankFan
Copy link

launchctl unload /System/Library/LaunchAgents/com.apple.syncdefaultsd.plist

got this:

/System/Library/LaunchAgents/com.apple.syncdefaultsd.plist: Could not find specified service

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment