From f43007b637900d17c6c0ecdb9aeeab4393e03c3f Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Fri, 3 Jan 2025 13:48:42 -0500 Subject: Added a GNU makefile for building outside simply fortran. Added build and install instructions for the captain. --- captain/example/levitating.xinetd | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'captain/example') diff --git a/captain/example/levitating.xinetd b/captain/example/levitating.xinetd index 16eb0a1..bdb7b45 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 = pi - disable = no + 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 + server_args = -g -c /home/jeff/Workspace/levitating/captain/example/levitating.conf instances = 30 } -- cgit v1.2.3