From 3d42e4b42964f4cec4e8d9f06ddf80c956dbfbb2 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
+Unfortunately, a lot of long-running programs do not offer that +functionality; instead, they provide a way to poll them, an external +program that runs and checks whether the service is ready. This is a +bad mechanism, for +several +reasons. Nevertheless, until all daemons are patched to notify their +own readiness, s6 provides a way to run such a check program to poll +for readiness, and route its result into the s6 notification system: +s6-notifyoncheck. +
+