summaryrefslogtreecommitdiff
path: root/app/views/admin/background_jobs/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-22 23:47:29 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-22 23:47:29 -0700
commit76f8f4bcf87bd43b81647589b79ae1627fa6f654 (patch)
tree43596151108c18221fb4c8b0f57b1a8bc3bc3a10 /app/views/admin/background_jobs/show.html.haml
parentd5b259417abbf42b61c7a716caa3f82224126b17 (diff)
parentb4c85f067655ae1482a8902bec1394914e398da5 (diff)
downloadgitlab-ce-76f8f4bcf87bd43b81647589b79ae1627fa6f654.tar.gz
Merge pull request #5346 from jojosch/sidekiq-running-procs-infopage-user
Print the configured GitLab user on the Admin-Sidekiq page
Diffstat (limited to 'app/views/admin/background_jobs/show.html.haml')
-rw-r--r--app/views/admin/background_jobs/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/background_jobs/show.html.haml b/app/views/admin/background_jobs/show.html.haml
index 186d44c4009..af39e6e7cd5 100644
--- a/app/views/admin/background_jobs/show.html.haml
+++ b/app/views/admin/background_jobs/show.html.haml
@@ -35,4 +35,4 @@
%td= data.join(" ")
%b If '[25 of 25 busy]' is shown, restart GitLab with 'sudo service gitlab reload'.
%br
- %b If more than one sidekiq process is listed, stop GitLab, kill the remaining sidekiq processes (sudo pkill -u git -f sidekiq) and restart GitLab.
+ %b If more than one sidekiq process is listed, stop GitLab, kill the remaining sidekiq processes (sudo pkill -u #{Settings.gitlab.user} -f sidekiq) and restart GitLab.