Init script fails on server boot
Created by: cmckni3
The init script fails to start gitlab when booting the server. The application crashes because mysql/postgresql have not started yet. I have to manually add mysqld/postgresql-9.x to the init script for it work correctly. However, this causes the gitlab:check
rake task to complain about the init script.