From 93dccb7298b59929d2a7e56479f867efeb66c61a Mon Sep 17 00:00:00 2001
From: majjacz <majjacz@gmail.com>
Date: Sat, 4 May 2013 21:39:53 +0200
Subject: [PATCH] Changed forgotten unicorn to puma in the init script

---
 lib/support/init.d/gitlab | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/support/init.d/gitlab b/lib/support/init.d/gitlab
index 93321d6440f..6e836472205 100644
--- a/lib/support/init.d/gitlab
+++ b/lib/support/init.d/gitlab
@@ -89,7 +89,7 @@ status() {
   cd $APP_ROOT
   check_pid
   if [ "$PID" -ne 0 -a "$STATUS" -ne 0 ]; then
-    echo "$DESC / Unicorn with PID $PID is running."
+    echo "$DESC / Puma with PID $PID is running."
     echo "$DESC / Sidekiq with PID $SPID is running."
   else
     echo "$DESC is not running."
-- 
GitLab