• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Starting, stopping and restarting a Homebrew-installed memcachedEdit

Created 10/11/2015, updated 7/9/2021

The new way

brew services list
brew services start memcached
brew services stop memcached
brew services restart memcached
brew services --help

The old way

Starting

$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.memcached.plist

Stopping

$ launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.memcached.plist
  • memcached
  • homebrew
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).