8 lines
179 B
Batchfile
8 lines
179 B
Batchfile
|
@echo off
|
||
|
echo ######################
|
||
|
echo "Parando Servicios"
|
||
|
echo ######################
|
||
|
echo.
|
||
|
call forever stopall
|
||
|
call forever list
|
||
|
call nginx -c nginx.conf -p @salix -s stop
|