summaryrefslogtreecommitdiff
path: root/ubuntu/scripts/ltp-network-xinetd.conf
blob: 076ed9752f09563b9b02df4ba7545808d9b5acf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/

defaults
{

# Please note that you need a log_type line to be able to use log_on_success
# and log_on_failure. The default is the following :
# log_type = SYSLOG daemon info

}

service finger
{
    id              = fingerd
    socket_type     = stream
    wait            = no
    user            = nobody
    server          = /usr/sbin/in.fingerd
}

includedir /etc/xinetd.d