Open boredsquirrel opened 1 year ago
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
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.