#!/bin/bash #for i in $(pgrep -f finance-tasks.jar); do # kill -9 "$i" #done systemctl stop finance-tasks