Skip to content

Instantly share code, notes, and snippets.

@joelekstrom
Created June 14, 2015 19:58
Show Gist options
  • Save joelekstrom/25ebb46b04c17520845b to your computer and use it in GitHub Desktop.
Save joelekstrom/25ebb46b04c17520845b to your computer and use it in GitHub Desktop.
Completely reset OSX Server
sudo xcrun xcscontrol --shutdown # Stops Xcode Server
sudo xcrun xcscontrol --reset # Resets Xcode Server, removing all service data and stopping all services
## Thanks to http://blog.stuart.shelton.me/archives/2563
@joelekstrom
Copy link
Author

This can be used to fix the prompt preventing your Mac to shut down, even if you've uninstalled Server.app

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