3ee25a7a7b
Relates-To: #105 Change-Id: Ia64033ec55865848ccf34cc3d8b8f51859c89785
7 lines
151 B
Bash
7 lines
151 B
Bash
#!/usr/bin/bash
|
|
|
|
cp -f /shared/httpd.conf /etc/httpd/conf/httpd.conf
|
|
|
|
/bin/runhealthcheck "httpd" "80" &>/dev/null &
|
|
exec /usr/sbin/httpd -DFOREGROUND
|