repo.or.cz
/
omd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of mathias-kettner.de:omd
[omd.git]
/
packages
/
thruk
/
skel
/
etc
/
init-hooks.d
/
apache-start-post.sample
blob
bc47bf6c45ca206cab9963afa102c7c19858d228
1
#!/bin/sh
2
3
# arguments are:
4
# <initscriptname> <start|stop> <pre|post> <init script exitcode>
5
6
# check return code of apache start
7
if
[
$4
=
0
];
then
8
.
/
etc
/
init.d
/
thruk start
9
fi