Files
gitlab-recipes/init/sysvinit/centos
2013-07-31 14:59:21 +03:00
..
2013-07-31 14:59:21 +03:00
2013-07-31 14:59:21 +03:00

CentOS daemon scripts for gitlab service

Notes

Add the service to chkconfig with:

chkconfig --add gitlab

Related services (redis, mysql, nginx) should also be added to chkconfig.

Check chkconfig state with

chkconfig -l

And if any of the services are not set properly, run:

chkconfig --levels 2345 [name] on