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 [#232]: don't block boot because of nmbd service #249

Merged
merged 1 commit into from
Jan 28, 2025

Conversation

taukakao
Copy link
Member

This service was delaying the boot for a long time if it couldn't connect to a network.

This is a somewhat dirty solution that just sets the service to "simple" instead of "notify". This means that it won't delay the boot but will still start if it can.

I think this is an acceptable solution for now.

Fixes #232

@taukakao taukakao merged commit 915553b into Vanilla-OS:dev Jan 28, 2025
3 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.

Minutes long boot times when there is no network
2 participants