diff options
author | Jacob Moody <moody@posixcafe.org> | 2022-05-28 02:34:43 +0000 |
---|---|---|
committer | Jacob Moody <moody@posixcafe.org> | 2022-05-28 02:34:43 +0000 |
commit | 57fa781188eeab3f958f3c5cedab2bebc60f388e (patch) | |
tree | 8c9d931ef73880f0e5245e5b6d839cbf7e08458c /sys/man/8 | |
parent | 774529e440cfe570fbaf29e6e5c5c73345aa04a1 (diff) |
aux/listen: Allow per service namespace files
Diffstat (limited to 'sys/man/8')
-rw-r--r-- | sys/man/8/listen | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/man/8/listen b/sys/man/8/listen index 6a597f614..2224c5b81 100644 --- a/sys/man/8/listen +++ b/sys/man/8/listen @@ -96,6 +96,14 @@ For example, an inbound call on the TCP network for port 565 executes service .BR tcp565 . .PP +Services may have individual +.IR namespace (6) +files specified within +.IR srvdir . +If provided, the namespace is used as the parent for each connection +to the corresponding service. Namespace files are found by appending a .namespace +suffix to the service name. +.PP At least the following services are available in .BR /bin/service . .TF \ tcp0000 |