Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Nov 2004 19:33:37 -0800
From:      Tabor Kelly <tkelly-freebsd-questions@taborandtashell.net>
To:        tkelly-freebsd-questions@taborandtashell.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to start a daemon (specifically svnserve) as a specificuser in /etc/rc.local
Message-ID:  <41982391.9030104@taborandtashell.net>
In-Reply-To: <41981092.2080901@taborandtashell.net>
References:  <41981092.2080901@taborandtashell.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Well, I fixed my problem, I changed my /etc/rc.local file to:

su -m subversiond -c 'svnserve -d -r /usr/local/repositories'

However, I still don't know why my other method wasn't working.

-Tabor



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41982391.9030104>