#!/bin/bash # Health check script for service change handler # Currently, the simple existence of the running container is assumed to indicate # health. A better possible health check is if the distribution client provided a # health check call. exit 0