how do I start GIT daemon automatically under CentOS 4.8 ?

Posted by ck2 on Super User See other posts from Super User or by ck2
Published on 2010-04-26T22:35:59Z Indexed on 2010/04/26 22:43 UTC
Read the original article Hit count: 230

Filed under:
|
|

Apparently my server is running CentOS 4.8 with Cpanel

uname -a
2.6.9-023stab048.6-enterprise #1 SMP  MSK 2008 i686 i686 i386 GNU/Linux

cat /etc/redhat-release
CentOS release 4.8 (Final)

I'd prefer to install it as a service but I cannot seem to install "yum git-daemon" there is no package available for CentOS 4.8 (when I try to include another repos for it I get too many dependency failures)

So what's the easiest way to just start it? Typically this is how I do it from CLI

git daemon --detach --user=git --group=git

Thanks for any help!

© Super User or respective owner

Related posts about git

Related posts about centos