E Guervos
unread,Jan 30, 2012, 6:36:09 AM1/30/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gitblit
Hi to all the community, take this opportunity to offer my sincere
thanks for your work.
I ‘ve found a problem with CentOS, the scripts that you have gone to
create a service with Giblit don’t work, (at least to me) is more
easier to add a final line of the file /etc/rc.d /rc.Local, like this:
/opt/gitblit/gitblit-centos start
And other thing there is an error in that file: the "stop" condition
should read:
echo $"Stoping gitblit server"
instead of:
echo $"Starting gitblit server"
Regards