*Fix a bug in livestatus Servicegroup.members, minor cosmetics, test case for thruk
[shinken.git] / bin / stop_reactionner.sh
blob4787262fca6003231d915f4bd50e1a6d27a39aa6
1 #!/bin/bash
3 DIR=$(cd $(dirname "$0"); pwd)
4 BIN=$DIR"/../bin"
5 ETC=$DIR"/../etc"
7 echo "Stopping reactionner"
8 kill `cat $DIR/../var/reactionnerd.pid`