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
Fix : delacre teh new discoveryrule test.
[shinken.git]
/
bin
/
stop_arbiter.sh
blob
4d1af42e804fbc953530f42d7d12accea18aa76e
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
BIN
=
$DIR
"/../bin"
5
ETC
=
$DIR
"/../etc"
6
7
echo
"Stopping arbiter"
8
kill
`cat
$DIR
/../var/arbiterd.pid`