aboutsummaryrefslogtreecommitdiff
path: root/captain/example/levitating.xinetd
diff options
context:
space:
mode:
Diffstat (limited to 'captain/example/levitating.xinetd')
-rw-r--r--captain/example/levitating.xinetd16
1 files changed, 16 insertions, 0 deletions
diff --git a/captain/example/levitating.xinetd b/captain/example/levitating.xinetd
new file mode 100644
index 0000000..3c78286
--- /dev/null
+++ b/captain/example/levitating.xinetd
@@ -0,0 +1,16 @@
+# default: off
+# description: An internal xinetd service, listing active services.
+
+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
+}