Commit 7a75b3f3005e2f835d6c5aab520d847d19ab034d
Exists in
spb-stable
and in
2 other branches
Merge pull request #6986 from agjmills/master
added SYSV chkconfig property so gitlab starts after MySQLd / nginx
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
lib/support/init.d/gitlab
@@ -12,6 +12,7 @@ | @@ -12,6 +12,7 @@ | ||
12 | # Default-Stop: 0 1 6 | 12 | # Default-Stop: 0 1 6 |
13 | # Short-Description: GitLab git repository management | 13 | # Short-Description: GitLab git repository management |
14 | # Description: GitLab git repository management | 14 | # Description: GitLab git repository management |
15 | +# chkconfig: - 85 14 | ||
15 | ### END INIT INFO | 16 | ### END INIT INFO |
16 | 17 | ||
17 | 18 |