Created
October 29, 2013 23:14
-
-
Save Swop/7224410 to your computer and use it in GitHub Desktop.
Stop spotlight indexer (mds deamon) - MacOS X
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
# Stop | |
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist | |
# Start | |
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment