We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28d4905 + 94f0f8e commit 2f36f6dCopy full SHA for 2f36f6d
init.d/gitlab
@@ -89,7 +89,7 @@ status() {
89
cd $APP_ROOT
90
check_pid
91
if [ "$PID" -ne 0 -a "$STATUS" -ne 0 ]; then
92
- echo "$DESC / Unicorn with PID $PID is running."
+ echo "$DESC / Puma with PID $PID is running."
93
echo "$DESC / Sidekiq with PID $SPID is running."
94
else
95
echo "$DESC is not running."
0 commit comments