ismism/cli/stop.zsh

8 lines
195 B
Bash
Raw Normal View History

2023-10-08 13:22:01 +08:00
nginx -squit
curl http://localhost:728/quit
curl http://localhost:729/quit
2023-05-22 14:55:06 +08:00
mongosh --eval "db.shutdownServer()"
echo "\nismism stopped\n"
2023-10-08 13:22:01 +08:00
pgrep -lf nginx; pgrep -lf mongo; pgrep -lf "deno run"