From 3e281f72fa13082cfa93b704514226546a6538dd Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 1 May 2024 16:12:36 -0400 Subject: Added a max instances config to the xinetd example --- captain/example/levitating.xinetd | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'captain') diff --git a/captain/example/levitating.xinetd b/captain/example/levitating.xinetd index 3c78286..16eb0a1 100644 --- a/captain/example/levitating.xinetd +++ b/captain/example/levitating.xinetd @@ -3,14 +3,14 @@ service gemini { - type = UNLISTED - port = 1965 - socket_type = stream - protocol = tcp - wait = no - user = jeff - disable = no - only_from = 127.0.0.1 - server = /home/jeff/Workspace/levitating/captain/levitating-captain - server_args = -g -c /home/jeff/Workspace/levitating/captain/example/levitating.conf + type = UNLISTED + port = 1965 + socket_type = stream + protocol = tcp + wait = no + user = pi + disable = no + server = /home/jeff/Workspace/levitating/captain/levitating-captain + server_args = -g -c /home/jeff/Workspace/levitating/captain/example/levitating.conf + instances = 30 } -- cgit v1.2.3