Merge branch 'master' of mathias-kettner.de:omd
[omd.git] / packages / thruk / skel / etc / init-hooks.d / apache-start-post.sample
blobbc47bf6c45ca206cab9963afa102c7c19858d228
1 #!/bin/sh
3 # arguments are:
4 # <initscriptname> <start|stop> <pre|post> <init script exitcode>
6 # check return code of apache start
7 if [ $4 = 0 ]; then
8 ./etc/init.d/thruk start
9 fi