기본
systemctl list-unit-files --type=service | grep enabled # List all enabled services
systemctl disable <SERVICE_NAME> # Disable unnecessary services.
Less than 1 minute
systemctl list-unit-files --type=service | grep enabled # List all enabled services
systemctl disable <SERVICE_NAME> # Disable unnecessary services.