Skip to content

Instantly share code, notes, and snippets.

@timcash
Created August 3, 2022 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timcash/bd7495b7f7347b03a8fb04ce0edfa284 to your computer and use it in GitHub Desktop.
Save timcash/bd7495b7f7347b03a8fb04ce0edfa284 to your computer and use it in GitHub Desktop.
stop edgedb on osx using launchctl example
grep -B 1 -A 4 "active count = 1$" <<< "$(launchctl dumpstate)" | grep edgedb
launchctl unload /Users/foo/Library/LaunchAgents/com.edgedb.edgedb-server-bar.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment