diff --git a/lib/support/init.d/gitlab b/lib/support/init.d/gitlab
index 93321d6440ff8ab392e63223385264a967013b82..6e8364722056d7c4c051e9606dc69379742647ad 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."