Skip to content

Instantly share code, notes, and snippets.

@pierophp
Created April 1, 2018 14:34
Show Gist options
  • Save pierophp/73bd5c7318f7a16d52578a35791e3083 to your computer and use it in GitHub Desktop.
Save pierophp/73bd5c7318f7a16d52578a35791e3083 to your computer and use it in GitHub Desktop.
MAC launchctl
# System
sudo launchctl list
sudo launchctl disable system/SERVICE_NAME
# User
id -u MY_USER
launchctl list
sudo launchctl disable user/MY_USER_ID/SERVICE_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment