Systemctl list enabled services

List enabled system services

systemctl list-unit-files | grep enabled

Can also grep by disabled

systemctl list-unit-files | grep disabled

Or look for a specific service

systemctl list-unit-files | grep -i service-name

Leave a Reply

Your email address will not be published. Required fields are marked *