On Tue, 24 Jun 2008, Erez Zilber wrote: > 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* -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html