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
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?
source
share