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, 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
}