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