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.
1 parent 28d4905 commit 94f0f8eCopy full SHA for 94f0f8e
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