File: minbif.xinetd

package info (click to toggle)
minbif 1%3A1.0.5%2Bgit20150505-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 1,216 kB
  • sloc: cpp: 12,861; ansic: 2,145; perl: 692; python: 542; sh: 152; ruby: 96; makefile: 82
file content (23 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# xinetd file for minbif. Please check this file before using it, the
# user, port and/or binary location might be wrong.

# This file assumes you have ircd somewhere in your /etc/services, if things
# don't work, check that file first.

# You also should set type=0 in minbif.conf
service ircd
{
    socket_type     = stream
    protocol        = tcp
    wait            = no

    # You might want to change these two
    user            = minbif
    server          = /usr/bin/minbif
    server_args     = /etc/minbif/minbif.conf

    # uncomment this to change the port and avoid editing /etc/services
    #type            = UNLISTED
    port            = 6667
    disable         = no
}