#restart

4 commande(s) avec le tag #restart

Commandes partagées par la communauté CodeBox, copiables en un clic.

Redémarre Apache (httpd) sur CentOS/RHEL.

bash
sudo systemctl restart httpd

Redémarre un service systemd sur tous les hôtes.

bash
ansible all -m service -a "name=nginx state=restarted" --become
Flutter Hot restart

Hot restart pendant que l'app tourne (appuyer sur "R" dans le terminal).

bash
R

Redémarre Apache2 (ferme et rouvre les connexions).

bash
sudo systemctl restart apache2