Amanda-Users

Xinetd

2002-09-10 08:03:10
Subject: Xinetd
From: Mozzi <linux AT mostert.nom DOT za>
To: amanda <amanda-users AT amanda DOT org>
Date: Tue, 10 Sep 2002 13:50:45 +0200
Hi all

In the doc/README I have to enter the following line in inetd.conf
amandaidx stream tcp nowait USER AMINDEXD_PATH amindexd

How will I do it for xinetd ?
I know it is a file in xinetd.d
looking @ the basic structure of other files there
{
        type            = INTERNAL UNLISTED
        port            = 1082
        socket_type     = stream
        protocol        = tcp
        wait            = no
        only_from       = 127.0.0.1
}

My guess would be
{
        type            = amandaidx
        port            = 10082
        socket_type     = stream
        protocol        = tcp
        wait            = no
        only_from       = 127.0.0.1
}

Is this right ?

Tnx all

Mozzi


<Prev in Thread] Current Thread [Next in Thread>