miércoles, 10 de diciembre de 2025

find service

 

  1. Find the service name:

systemctl list-units --type=service | grep -i tts
  1. Check status:

sudo systemctl status <service_name>
  1. Start/Stop/Restart:

sudo systemctl start|stop|restart <service_name>
  1. View logs live:

sudo journalctl -u <service_name> -f

No hay comentarios:

Publicar un comentario