Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

daigo

macrumors newbie
Original poster
Sep 23, 2009
9
0
I have a file that I want xinetd to use, but I'm not sure where to put it. Which directory should I put it in?

It's in the form of:

Code:
service ircd
{
        socket_type     = stream
        protocol        = tcp
        wait            = no
        user            = bitlbee
        server          = /opt/local/sbin/bitlbee
        port            = 6668
        disable         = no
        bind            = localhost
}
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.