diff options
author | Jeffrey Armstrong <jeff@approximatrix.com> | 2024-05-01 16:12:36 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeff@approximatrix.com> | 2024-05-01 16:12:36 -0400 |
commit | 3e281f72fa13082cfa93b704514226546a6538dd (patch) | |
tree | 95b138dfaedf1edf38dcfe732a4bc20bbb8b7d2e /captain/example | |
parent | 9c92aab52131d7968c336cbec7ca723ad399910d (diff) | |
download | levitating-master.tar.gz levitating-master.zip |
Diffstat (limited to 'captain/example')
-rw-r--r-- | captain/example/levitating.xinetd | 20 |
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 } |