diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-31 20:33:42 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-01-31 20:33:42 +0000 |
commit | 6f9dc69704211a6123b225036bffb46c1a2d6e83 (patch) | |
tree | a81ae66206510363b76f496fcef267236834bb7c /doc/s6-supervise.html | |
parent | c3f9dfe79b0eccf9b87a5cd6a0b3b1b62f964348 (diff) | |
download | s6-6f9dc69704211a6123b225036bffb46c1a2d6e83.tar.xz |
Make "s6-svc -wu foo" wait for foo to be up. Document supervise/ creation.
Diffstat (limited to 'doc/s6-supervise.html')
-rw-r--r-- | doc/s6-supervise.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/s6-supervise.html b/doc/s6-supervise.html index f5cb269..2926f83 100644 --- a/doc/s6-supervise.html +++ b/doc/s6-supervise.html @@ -122,6 +122,8 @@ the service stops, as if a <ul> <li> s6-supervise switches to the <em>servicedir</em> <a href="servicedir.html">service directory</a>. </li> + <li> It creates a <tt>supervise/</tt> subdirectory (if it doesn't exist yet) to +store its internal data. </li> <li> It exits 100 if another s6-supervise process is already monitoring this service. </li> <li> If the <tt>./event</tt> <a href="fifodir.html">fifodir</a> does not exist, s6-supervise creates it and allows subscriptions to it from processes having the same |