Fedora-OSTree-Setup-dev / Fedora-OSTree-Setup

Glorified scipt that automates the setup of Fedora Silverblue/Kinoite based on given config file.
GNU General Public License v3.0
7 stars 3 forks source link

clean systemd services #81

Open boredsquirrel opened 1 year ago

boredsquirrel commented 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.