From 821ab16846f2bc9433ec4429191a57f030887ca5 Mon Sep 17 00:00:00 2001 From: Alexander Mills <alex.mills@drpgroup.com> Date: Fri, 16 May 2014 10:29:12 +0100 Subject: [PATCH] added SYSV chkconfig property so gitlab starts after MySQLd / nginx --- lib/support/init.d/gitlab | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/support/init.d/gitlab b/lib/support/init.d/gitlab index 3dd4465a6d8..7f5014502ef 100755 --- a/lib/support/init.d/gitlab +++ b/lib/support/init.d/gitlab @@ -12,6 +12,7 @@ # Default-Stop: 0 1 6 # Short-Description: GitLab git repository management # Description: GitLab git repository management +# chkconfig: - 85 14 ### END INIT INFO -- GitLab