stop.sh 104 B

123456
  1. #!/bin/bash
  2. #for i in $(pgrep -f finance-api.jar); do
  3. # kill -9 "$i"
  4. #done
  5. systemctl stop finance-api