Comunidad de Software Libre en la República Dominicana.
Find the service name:
systemctl list-units --type=service | grep -i tts
Check status:
sudo systemctl status <service_name>
Start/Stop/Restart:
sudo systemctl start|stop|restart <service_name>
View logs live:
sudo journalctl -u <service_name> -f
No hay comentarios:
Publicar un comentario