Created
July 3, 2015 16:28
-
-
Save tkhoa2711/d67bf45eaf63fd7aa16a to your computer and use it in GitHub Desktop.
To rescuse your Mac when the infamous discoveryd misbehaves
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.discoveryd.plist | |
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.discoveryd.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment