aboutsummaryrefslogtreecommitdiff
path: root/captain/example/levitating.xinetd
blob: 16eb0a173399b2c03e9549327a8ef3a06f5d0245 (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         = pi
	disable	     = no
    server       = /home/jeff/Workspace/levitating/captain/levitating-captain
	server_args  = -g -c /home/jeff/Workspace/levitating/captain/example/levitating.conf
    instances    = 30
}