aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2021-04-20 22:54:30 +0200
committerKenny Levinsen <kl@kl.wtf>2021-08-06 01:15:55 +0200
commit312d6906aef9c9ae7aba62f0ad60c83bb5f95b00 (patch)
treecaf08883d992acc9eb3ee05fd9bd5c36adecf5a4 /man
parentd03e9d1c35b491851c7097dd7b42faa02c9ff96f (diff)
seatd: s6-style readiness notification support
This adds the ability to specify the number of an fd that is inherited by the process as open. Once seatd is read to serve requests, it will write a single newline and close the fd.
Diffstat (limited to 'man')
-rw-r--r--man/seatd.1.scd5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/seatd.1.scd b/man/seatd.1.scd
index ab79ee1..5945782 100644
--- a/man/seatd.1.scd
+++ b/man/seatd.1.scd
@@ -13,6 +13,11 @@ seatd - A seat management daemon
*-h*
Show help message and quit.
+*-n*
+ FD to notify readiness on. A single newline will be written and the fd
+ closed when seatd is ready to serve requests. This is compatible with
+ s6's notification protocol.
+
*-u <user>*
User to own the seatd socket.