lcfs/tools/run/test/stopLcfs.sh

7 lines
152 B
Bash

pid=$(pgrep -f -d " " "gateway")
kill -9 $pid
pid=$(pgrep -f -d " " "user-service")
kill -9 $pid
pid=$(pgrep -f -d " " "business-service")
kill -9 $pid