Skip to content

Instantly share code, notes, and snippets.

@userow
Last active September 6, 2018 14:30
Show Gist options
  • Save userow/c6a12e96586657d782f1465df91c3860 to your computer and use it in GitHub Desktop.
Save userow/c6a12e96586657d782f1465df91c3860 to your computer and use it in GitHub Desktop.
#disabling APSD
https://discussions.apple.com/thread/4459153
Niko Käst Nov 16, 2015 10:20 AM in response to Brian Cross Level 1 Level 1 (0 points)
Nov 16, 2015 10:20 AM in response to Brian Cross
To Disable APSD (Apple Push Notification Service Daemon)
Open Terminal, enter:
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.apsd.plist
========================================================
To re-enable the process, you can use this:
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.apsd.plist
sources:
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/ man1/launchctl.1.html
http://www.cyberciti.biz/faq/disabling-unnecessary-mac-osx-services/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment