LINUX-24
SERVICE MANAGEMENT FRAMEWORK (RHEL-7)
SYSTEMD/SYSTEMCTL – PART-1
Systemd: system
management daemon
First process while booting RHEl-7 is “systemd”. In RHEL-7 the legacy
“init” daemon and the “upstart” process is replaced by “systemd”.
Systemd makes the boot faster by starting services in parallel by
keeping track of all dependencies between units and only those services are
started which are strictly required at boot, rest services are started on
demand.