En RHEL 7 se han producido algunos cambios a la hora de administrar los servicios y los niveles de ejecución.
Han aparecido alternativas a los comandos ‘service’ ‘chkconfig’ y ‘init ‘. Ahora se gestiona todo con el comando systemctl.
- ADMINISTRAR SERVICIOS
– Arrancar / Parar / Reiniciar servicio:
# systemctl start httpd.service # systemctl stop httpd.service # systemctl restart httpd.service