diff options
author | majjacz <majjacz@gmail.com> | 2013-05-04 21:39:53 +0200 |
---|---|---|
committer | majjacz <majjacz@gmail.com> | 2013-05-04 21:39:53 +0200 |
commit | 93dccb7298b59929d2a7e56479f867efeb66c61a (patch) | |
tree | 4730f7b36612e9bd5a4ea1ab6eb4930e1453b040 /lib/support | |
parent | ca244c35cc0145908caa8aaab956f5dc1240aed1 (diff) | |
download | gitlab-ce-93dccb7298b59929d2a7e56479f867efeb66c61a.tar.gz |
Changed forgotten unicorn to puma in the init script
Diffstat (limited to 'lib/support')
-rw-r--r-- | lib/support/init.d/gitlab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/support/init.d/gitlab b/lib/support/init.d/gitlab index 93321d6440f..6e836472205 100644 --- a/lib/support/init.d/gitlab +++ b/lib/support/init.d/gitlab @@ -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." |