From fe006073a998f55a3ff7879222df34cc9b5e83b8 Mon Sep 17 00:00:00 2001 From: Mobin Date: Sat, 4 Jul 2026 12:57:16 +0330 Subject: [PATCH] docs: s6-notify (#1500) The way to use the S6_NOTIFY_FD is different between dinit and s6, but the README only mentioned dinit syntax with a link to the s6 documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 133d962f..c0d4c1c4 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ you may also want these, especially on servers: because the following environment variables are commonly used in service-scripts, they are understood by copyparty: * `NOTIFY_SOCKET` as provided by systemd with service type=notify (see systemd/copyparty.service above) -* `S6_NOTIFY_FD` for s6/dinit [`ready-notification = pipevar:S6_NOTIFY_FD`](https://skarnet.org/software/s6/notifywhenup.html) +* `S6_NOTIFY_FD` for dinit [`ready-notification = pipevar:S6_NOTIFY_FD`](https://davmac.org/projects/dinit/man-pages-html/dinit-service.5.html#ready) and [s6 supervision suite notification](https://skarnet.org/software/s6/notifywhenup.html) support and remember to open the ports you want; here's a complete example including every feature copyparty has to offer: ```