Skip to content

Commit 94f0f8e

Browse files
author
sagikazarmark
committed
Update init script status from Unicorn to Puma
1 parent 28d4905 commit 94f0f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.d/gitlab

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ status() {
8989
cd $APP_ROOT
9090
check_pid
9191
if [ "$PID" -ne 0 -a "$STATUS" -ne 0 ]; then
92-
echo "$DESC / Unicorn with PID $PID is running."
92+
echo "$DESC / Puma with PID $PID is running."
9393
echo "$DESC / Sidekiq with PID $SPID is running."
9494
else
9595
echo "$DESC is not running."

0 commit comments

Comments
 (0)