Dealing w/ my 1st production server getting ready to go live w/ CentOS 7. My question is how can I get a full listing of all the services available in CentOS 7 via systemd?
In an 'init.d' world, I would simply just:
chkconfig --list
or
/etc/init.d/<tab><tab> : to see the service names to stop w/ 'service' cmd or: /etc/init.d/<service> stop|start|restart|status*
Is there a way to poll Linux for all available systemd services currently on the box?
[link][4 comments]