check_logfiles: 3.7.5.1
[omd.git] / packages / omd / AUTOSTART.hook
blob15c474d582bccdd971fc9cd77b5810d22096bb06
1 #!/bin/bash
3 # Alias: Start/stop this site via /etc/init.d/omd
4 # Menu: Basic
5 # This setting decides, wether this site will be automatically
6 # started at boot time (i.e. affected by /etc/init.d/omd start).
7 # Please note, that /etc/init.d/omd stop) will effect all sites,
8 # even those with AUTOSTART=off.
10 case "$1" in
11 default)
12 echo "on"
14 choices)
15 echo "on: Start this site at boot time"
16 echo "off: Do not start this site at boot time"
18 esac