8 lines
195 B
Bash
8 lines
195 B
Bash
nginx -squit
|
|
curl http://localhost:728/quit
|
|
curl http://localhost:729/quit
|
|
mongosh --eval "db.shutdownServer()"
|
|
|
|
echo "\nismism stopped\n"
|
|
pgrep -lf nginx; pgrep -lf mongo; pgrep -lf "deno run"
|