repo.or.cz
/
shinken.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Clean: (Hartmut Goebel) Reformating-and-textual-cleanup-for-shinken-acknowle
[shinken.git]
/
bin
/
stop_reactionner.sh
blob
2431423478426c8935a46518f28f07143478918b
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
BIN
=
$DIR
"/../bin"
5
ETC
=
$DIR
"/../etc"
6
7
echo
"Stopping reactionner"
8
kill
`cat
$DIR
/../var/reactionnerd.pid`