From 8ae171492a95e1785c69903897e84ae2f3004ea4 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 25 Jan 2026 01:18:47 +0000 Subject: Remove mention of pidfile from servicedir.html pidfiles are not handled by s6-supervise, but by s6-background-watch --- doc/servicedir.html | 25 ------------------------- 1 file changed, 25 deletions(-) (limited to 'doc/servicedir.html') diff --git a/doc/servicedir.html b/doc/servicedir.html index 4ef16f5..8e3674d 100644 --- a/doc/servicedir.html +++ b/doc/servicedir.html @@ -221,30 +221,6 @@ be very bad.) -
  • An optional regular file named pidfile. -Creating such a file is not recommended, but is a workaround — and only -a workaround — for daemons that background themselves. If this file -exists, it must contain the path (either absolute or relative to the service -directory) to a pid file, followed by a newline; the path must be shorter than -512 bytes. The following behaviour is then expected: - -If the file does not exist, s6-supervise only -supervises daemons that do not background themselves, which is the normal case.
  • -
  • A fifodir named event. It is automatically created by s6-supervise if it does not exist. foo/event @@ -257,7 +233,6 @@ and instances. Those are internal subdirectories created by directory. Outside of instanced services, these directories should never appear, and you should never create them manually.
  • -
  • An optional service directory named log. If it exists and foo is in a scandir, and s6-svscan runs on that scandir, then two services are monitored: foo and -- cgit v1.3.1