aboutsummaryrefslogtreecommitdiff
path: root/captain/example
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2025-01-03 13:48:42 -0500
committerJeffrey Armstrong <jeff@approximatrix.com>2025-01-03 13:48:42 -0500
commitf43007b637900d17c6c0ecdb9aeeab4393e03c3f (patch)
treef5d4b84775b2cecaad0478b2d8fc081e6a3a435d /captain/example
parent3e281f72fa13082cfa93b704514226546a6538dd (diff)
downloadlevitating-f43007b637900d17c6c0ecdb9aeeab4393e03c3f.tar.gz
levitating-f43007b637900d17c6c0ecdb9aeeab4393e03c3f.zip
Added a GNU makefile for building outside simply fortran. Added build and install instructions for the captain.
Diffstat (limited to 'captain/example')
-rw-r--r--captain/example/levitating.xinetd16
1 files changed, 8 insertions, 8 deletions
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
}