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

clean systemd services #81

Open
boredsquirrel opened this issue Mar 14, 2023 · 0 comments
Open

clean systemd services #81

boredsquirrel opened this issue Mar 14, 2023 · 0 comments

Comments

@boredsquirrel
Copy link
Collaborator

boredsquirrel commented Mar 14, 2023

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.

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

No branches or pull requests

1 participant