aboutsummaryrefslogtreecommitdiffstats
path: root/resources/health.sh
blob: 5fe8236cce3455cce8147f7de2bf71512828e9ba (plain)
1
2
3
4
5
6
7
8
9
#!/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