shutdown.sh 135 Bytes
Newer Older
Yiming Liu committed
1 2 3
#!/bin/bash
SERVICE_NAME=apollo-configservice

4
cd `dirname $0`/..
Yiming Liu committed
5 6 7
if [[ -f $SERVICE_NAME".jar" ]]; then
  ./$SERVICE_NAME".jar" stop
fi