aboutsummaryrefslogtreecommitdiff
path: root/captain/example/levitating.xinetd
blob: bdb7b4514a00d19a190ede2f1341bdd6ca1670dc (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
}