Files
gitlab-recipes/init.d/ReadMe-CentOS.md
Jiri Hnidek 237c3d0367 Update init.d/ReadMe-CentOS.md
This is right syntax of chkconfig --add
2012-11-01 16:08:10 +01:00

474 B

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