Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > b79d22b0a661364f3cc9192d1f522514 > files > 14

distcc-client-2.18.3-5mdv2008.1.i586.rpm

# default: off

# xinetd service description for distcc, contributed by akpm, updated
# by mbp.

# To use this, just check the parameters below and copy this file into
# /etc/xinet.d/distcc, or the appropriate location for your system,
# and then restart xinetd.  You should also create a 'distcc' user.

# ===> Note that running from inetd is generally NOT recommended for
# distcc distccd should give better performance when it can run as a
# standalone daemon and regulate its own load.

service distcc
{
	disable	= 	yes
	socket_type     = stream
	wait            = no
	user            = distcc
	server          = /usr/local/bin/distccd
	server_args     = --inetd

        # This makes xinetd cope if there is no service listed in
        # /etc/services
        type            = UNLISTED
}