ismism/cli/stop.zsh
2022-11-17 14:34:37 +08:00

7 lines
164 B
Bash

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