# default: on
# description: Amanda tape backup
service amanda
{
        disable = no
        socket_type     = dgram
        protocol        = udp
        user            = operator
        group           = admin
        server          = /usr/local/libexec/amandad
        wait            = yes
}
