que es

lunes, 8 de noviembre de 2021

bajar servicio centos 7

script para bajar servicios en centos 7

 

cat servicios_issabel.sh
#!/bin/bash
echo "servicio voip"

systemctl stop httpd && systemctl stop asterisk && systemctl stop mariadb

echo "subida servicios"
systemctl start mariadb && systemctl start asterisk && systemctl start httpd

#end



No hay comentarios:

Publicar un comentario