aboutsummaryrefslogtreecommitdiff
path: root/captain/example/levitating.xinetd
blob: 3c78286d1308b70c73465918f4f7c488e9914a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
}