# default: off
# description: svnserve is the server part of Subversion.
service svnserve
{
    disable		= yes
    port		= 3690
    socket_type		= stream
    protocol		= tcp
    wait		= no
    user		= svn
    server		= /usr/bin/svnserve
    server_args		= -i -r /var/lib/svn/repositories
}
