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: missing logger in the escalation class.
[shinken.git]
/
bin
/
launch_scheduler.sh
blob
a56182af8b84e976fa236f76c2481280c0c1bcc7
1
#!/bin/bash
2
3
DIR
=
$
(
cd
$
(
dirname
"
$0
"
);
pwd
)
4
BIN
=
$DIR
"/../bin"
5
ETC
=
$DIR
"/../etc"
6
7
echo
"Launching Scheduler (that do scheduling only)"
8
$BIN
/
shinken-scheduler
-d -c
$ETC
/
schedulerd.ini