Skip to content

Commit 2f36f6d

Browse files
committed
Merge pull request #83 from sagikazarmark/patch-1
Update init script status from Unicorn to Puma
2 parents 28d4905 + 94f0f8e commit 2f36f6d

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)