
The below PS has manifests files related to capm3, bmo and ironic for v0.5.0 versions. Relates-To: #518 #558 #560 Change-Id: Id9240320bc8dec32d5e5384c39e26ba04f55f9bd
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
|