systemctl list-unit-files --type=service | grep enabled # List all enabled services systemctl disable <SERVICE_NAME> # Disable unnecessary services.