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
Add : service without host will be just droped, like Nagios.
[shinken.git]
/
bin
/
stop_scheduler.sh
blob
9496a320e6c2e1a60ecb3983507a6cad49516801
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
BIN
=
$DIR
"/../bin"
5
ETC
=
$DIR
"/../etc"
6
7
echo
"Stopping scheduler"
8
kill
`cat
$DIR
/../var/schedulerd.pid`