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
*Code cleanup in livestatus servicesbygroup
[shinken.git]
/
bin
/
launch_scheduler_debug.sh
blob
9f063ac3ccdd250c6a21b64ec05f3557450505ba
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
BIN
=
$DIR
"/../bin"
5
ETC
=
$DIR
"/../etc"
6
DEBUG_PATH
=
"/tmp/scheduler.debug"
7
8
echo
"Launching Scheduler (that do scheduling only) in debug mode to the file
$DEBUG_PATH
"
9
$BIN
/
shinken-scheduler
-d -c
$ETC
/
schedulerd.ini
--debug
$DEBUG_PATH