If you install any services via brew,
Example,
brew install mysql
instead of fighting with launchctl and plist, simply start the service using the below command
brew services start mysql
If you install any services via brew,
Example,
brew install mysql
instead of fighting with launchctl and plist, simply start the service using the below command
brew services start mysql