Before:
brew services
Name Status User File
asimov none root
Then, starting the service:
sudo brew services start asimov
Warning: Taking root:admin ownership of some asimov paths:
/opt/homebrew/Cellar/asimov/0.3.0/bin
/opt/homebrew/Cellar/asimov/0.3.0/bin/asimov
/opt/homebrew/opt/asimov
/opt/homebrew/opt/asimov/bin
/opt/homebrew/var/homebrew/linked/asimov
This will require manual removal of these paths using `sudo rm` on
brew upgrade/reinstall/uninstall.
/Library/LaunchDaemons/homebrew.mxcl.asimov.plist: service already bootstrapped
Bootstrap failed: 37: Operation already in progress
Error: Failure while executing; `/bin/launchctl bootstrap system /Library/LaunchDaemons/homebrew.mxcl.asimov.plist` exited with 37.
After, despite the error:
sudo brew services
Name Status User File
asimov scheduled root /Library/LaunchDaemons/homebrew.mxcl.asimov.plist
Before:
Then, starting the service:
After, despite the error: