Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update service startup to work with homebrew 4.2 #203

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

dmoody256
Copy link
Collaborator

Homebrew seems to have changed the way it starts up services, now we need to use the service stanza: https://docs.brew.sh/Formula-Cookbook#service-files

This was reported in homebrew as well:
Homebrew/homebrew-services#607

Tested with these commands:

brew untap mongodb/homebrew-brew
brew tap dmoody256/homebrew-brew
brew install mongodb-community
brew services restart mongodb/brew/mongodb-community
ps aux | grep mongod

@dmoody256 dmoody256 requested a review from a team December 20, 2023 05:11
Copy link

@anthonyjpratti anthonyjpratti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@dmoody256 dmoody256 merged commit 2d0bfe1 into mongodb:master Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants