mirror of
https://github.com/jlengrand/gitlab-recipes.git
synced 2026-03-10 08:11:17 +00:00
CentOS daemon scripts for gitlab service
Related (kudos @4sak3n0ne):
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