CONTEXT
I'm a Linux newbie and I've been exploring CentOs 7.
PROBLEM
I'm having troubles understanding where does Systemd keeps track of the enabled and disabled services.
You can pick as example httpd.
Where can I see if httpd is enabled or disabled without using systemctl status httpd? In which file this information can be found?
I have searched in /lib/systemd/system/httpd.service and also in /etc/httpd/conf/httpd.conf but didn't find something like enabled=no.