airshipctl/manifests/function/baremetal-operator/entrypoint/httpd-entrypoint
Nikolay Fedorov 3ee25a7a7b Add Bare Metal Operator Ironic entrypoints
Relates-To: #105

Change-Id: Ia64033ec55865848ccf34cc3d8b8f51859c89785
2020-03-31 15:39:16 -05:00

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