Created
April 1, 2018 14:34
-
-
Save pierophp/73bd5c7318f7a16d52578a35791e3083 to your computer and use it in GitHub Desktop.
MAC launchctl
This file contains 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
# 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