UDP services with xinetd

Ben Elliston bje at redhat.com
Tue Aug 27 23:37:00 EST 2002


>>>>> "Michael" == Michael Still <mikal at stillhq.com> writes:

  Michael> Has anyone managed to get a UDP service working with
  Michael> xinetd? Care to share your config? The examples don't seem
  Michael> to work.

Here's one.  Nothing out of the ordinary:

     service amanda
     {
       socket_type             = dgram
       protocol                = udp
       wait                    = yes
       user                    = amanda
       group                   = disk
       server                  = /usr/lib/amanda/amandad 
       disable                 = no
     }

Ben





More information about the linux mailing list