mirror of
https://github.com/gitlabhq/gitlab-recipes.git
synced 2026-04-23 03:00:32 -04:00
Update init script status from Unicorn to Puma
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user