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
bluetooth.service cups.path cups.socket flatpak-add-fedora-repos.service qemu-guest-agent.service vboxservice.service
some services may be unwanted, an option to remove them would be great
echo $list read -p "What systemd services do you want to deactivate? (optional) " services printf $services >> ~/disabled-services.txt && systemctl disable $services
This is experimental, I dont know what services are best to disable and if you can list multiple ones after another.
I also got this list by typing systemctl disable TAB and that was shown. Could not reproduce that with any list command.
systemctl disable TAB
The text was updated successfully, but these errors were encountered:
No branches or pull requests
some services may be unwanted, an option to remove them would be great
This is experimental, I dont know what services are best to disable and if you can list multiple ones after another.
I also got this list by typing
systemctl disable TAB
and that was shown. Could not reproduce that with any list command.The text was updated successfully, but these errors were encountered: