summaryrefslogtreecommitdiff
path: root/lib/support/init.d
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2013-05-19 02:13:39 -0700
committerBen Bodenmiller <bbodenmiller@hotmail.com>2013-05-19 02:13:39 -0700
commitde29a424e6d1a5349a2738e9f02b04fe168f3676 (patch)
tree6b68f3f3f96d210cc7c59d5bd5350e65d11168e7 /lib/support/init.d
parent6cf29166680e062ba7ab264271b8475f5ab98bb2 (diff)
downloadgitlab-ce-de29a424e6d1a5349a2738e9f02b04fe168f3676.tar.gz
changed Gitlab to GitLab
Diffstat (limited to 'lib/support/init.d')
-rw-r--r--lib/support/init.d/gitlab2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/support/init.d/gitlab b/lib/support/init.d/gitlab
index 47996594e3b..4c5499bbf23 100644
--- a/lib/support/init.d/gitlab
+++ b/lib/support/init.d/gitlab
@@ -24,7 +24,7 @@ SIDEKIQ_PID="$PID_PATH/sidekiq.pid"
STOP_SIDEKIQ="RAILS_ENV=production bundle exec rake sidekiq:stop"
START_SIDEKIQ="RAILS_ENV=production bundle exec rake sidekiq:start"
NAME="gitlab"
-DESC="Gitlab service"
+DESC="GitLab service"
check_pid(){
if [ -f $WEB_SERVER_PID ]; then