Stop work that starts temporarily on startup on Mac OS

I have a Redis job installed with startup.

To test how my application works without Redis, I want to stop it for a moment.

$launchctl stop homebrew.redis # => redis down and up right away

I know the team launchctl unload path_to_plist, but this is not a solution for me.

Is there a solution without a discharge layer?

+3
source share
1 answer

I think not .

launchctl unload - The only way to temporarily stop a service in OS X.

+6
source

All Articles