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

fix: service start/stop on MacOS #19

Merged
merged 2 commits into from
Feb 20, 2024
Merged

Conversation

medcl
Copy link
Contributor

@medcl medcl commented Feb 19, 2024

This pull request addresses an issue where calling stop on a service does not halt its operation as expected due to the service's default auto-restart setting. To resolve this, an unload operation has been added after the stop command. This ensures that the service does not automatically restart shortly after being stopped.

@chipsenkbeil
Copy link
Owner

Looks good to me. Thanks!

@chipsenkbeil chipsenkbeil merged commit 64c8add into chipsenkbeil:main Feb 20, 2024
11 of 12 checks passed
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