how do I start GIT daemon automatically under CentOS 4.8 ?
- by ck2
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!