Xinetd

From Notes

Jump to: navigation, search

Sample service configuration -- setting up an rdate server:

/etc/xinetd.d/time
{
       type            = INTERNAL
       id              = time-stream
       socket_type     = stream
       protocol        = tcp
       user            = root
       wait            = no
       disable         = no
       port            = 37
}