[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: xinetd.conf file for svnserve

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-04-12 11:18:22 CEST

> > This is what I have in /etc/xinetd.conf/svn
>
> > socket_type = stream
> > wait = yes
> > user = svn
> > server = /usr/bin/svnserve
> > server_args = -d

This line should read:

         server_args = -i

-d will deamonize (create a long-running) svnserve. -i tells it to operate
in (x)inetd mode.

> > log_on_failure += USERID
> > instances = UNLIMITED
>

HTH,

Erik.

-- 
NEU : GMX Internet.FreeDSL
Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/info
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 12 11:18:54 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.