Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schleifenbaum <johannes@js-webcoding.de>2013-10-16 11:05:52 +0400
committerJohannes Schleifenbaum <johannes@js-webcoding.de>2013-10-16 11:05:52 +0400
commitb4c85f067655ae1482a8902bec1394914e398da5 (patch)
tree6d3924543f670599776f83bb4c3393836c488e1a /app/views/admin/background_jobs
parent253850dd6d1da28758631f7b1945666fd489c8a5 (diff)
Print the configured GitLab user on the Admin-Sidekiq page
Diffstat (limited to 'app/views/admin/background_jobs')
-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 6bdf2c3cda8..d712740b857 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.
%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.