aboutsummaryrefslogtreecommitdiff
path: root/captain/example
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2024-05-01 16:12:36 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2024-05-01 16:12:36 -0400
commit3e281f72fa13082cfa93b704514226546a6538dd (patch)
tree95b138dfaedf1edf38dcfe732a4bc20bbb8b7d2e /captain/example
parent9c92aab52131d7968c336cbec7ca723ad399910d (diff)
downloadlevitating-master.tar.gz
levitating-master.zip
Added a max instances config to the xinetd exampleHEADmaster
Diffstat (limited to 'captain/example')
-rw-r--r--captain/example/levitating.xinetd20
1 files changed, 10 insertions, 10 deletions
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
}