A list of useful commands to manage linux services with systemctl. Service file configuration example Basic example of a systemd … More systemctl: Linux services cheatsheet
All articles about Systemd
Administrando Servicios y Runlevels en RHEL 7
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