Skip to content

Instantly share code, notes, and snippets.

@nicnocquee
Created January 5, 2014 07:26
Show Gist options
  • Save nicnocquee/8265461 to your computer and use it in GitHub Desktop.
Save nicnocquee/8265461 to your computer and use it in GitHub Desktop.
Reload Bonjour Service
#!/bin/sh
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment