How to start a daemon (specifically svnserve) as a specificuser in /etc/rc.local

Tabor Kelly tkelly-freebsd-questions at taborandtashell.net
Mon Nov 15 03:33:36 GMT 2004


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


More information about the freebsd-questions mailing list