# The cddb daemon (cddb) serves information for CDs (eg, title, artist and
# track information). See www.freedb.org.
#
# Modify the " user = " line to match the choices you made when installing
# the daemon.
#
# The service name must match the name of the entry in /etc/services

service cddbp-alt
{
    disable         = no
    socket_type     = stream
    protocol        = tcp
    wait            = no
    user            = cddb
    server          = /usr/sbin/cddbd
}
