We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
as per this, systemd-analyze blame blames docker.service for slow boot.
systemd-analyze blame
docker.service
$ systemctl list-dependencies virtualbox.service --reverse docker.service ● └─multi-user.target ● └─graphical.target $ sudo systemctl disable docker.service --now Failed to disable unit: File /etc/systemd/system/multi-user.target.wants/docker.service: Read-only file system # https://nixos.org/nixos/manual/#module-services-emacs-enabling $ systemctl --user stop docker.service Failed to stop docker.service: Unit docker.service not loaded.
also see: make daemons run as non-root
The text was updated successfully, but these errors were encountered:
not sure how to see if there's still a VM daemon running, just in case that's the cause rather than the solution.
Sorry, something went wrong.
well, I don't have this anymore.
No branches or pull requests
as per this,
systemd-analyze blame
blamesdocker.service
for slow boot.also see: make daemons run as non-root
The text was updated successfully, but these errors were encountered: