diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-06-16 16:01:46 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-06-16 16:01:46 +0000 |
commit | 854b2e67ea713b44f1d0f5c41a13e6b21e9446aa (patch) | |
tree | 177d0e7028b80e284c14ec5aa360ea2d74dd0c4e /doc | |
parent | 5eab619c9c36e57d9c7955ed80db91e83bb320b5 (diff) | |
download | s6-854b2e67ea713b44f1d0f5c41a13e6b21e9446aa.tar.xz |
Doc clarification
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-notifyoncheck.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/s6-notifyoncheck.html b/doc/s6-notifyoncheck.html index e154da0..38efdcb 100644 --- a/doc/s6-notifyoncheck.html +++ b/doc/s6-notifyoncheck.html @@ -157,6 +157,9 @@ command line that will execute into your daemon. </li> If s6-notifyoncheck runs after the run script's process has lost its root privileges, make sure that <tt>./data/check</tt> is accessible and runnable as that user. </li> + <li> Note that s6-notifyoncheck should be used to check if <em>the +current service itself</em> is running. You cannot use it to +poll for the readiness of another service. </li> </ul> </body> |