On Tue, Jun 24, 2008 at 8:10 PM, Daniel Barkalow [off-list ref] wrote:
On Tue, 24 Jun 2008, Erez Zilber wrote:
quoted
BTW - I'm currently running git-daemon in the following way:
sudo git-daemon --base-path=/pub/git/ --export-all
Is there any advantage to run it through xinetd? How do you run it?
You probably want to run it from something that init runs, or you'll have
to figure it out again when you reboot the server in a while. So you
either want a suitable init script (Gentoo, for example, has one in their
git package), or to run it through xinetd (which you almost certainly have
an init script for).
-Daniel
*This .sig left intentionally blank*
Thanks. I was able to config xinetd, and everything seems to work now.
I would like to thank everyone here for the quick and very useful
help.
Erez