From b4c85f067655ae1482a8902bec1394914e398da5 Mon Sep 17 00:00:00 2001 From: Johannes Schleifenbaum Date: Wed, 16 Oct 2013 09:05:52 +0200 Subject: [PATCH] Print the configured GitLab user on the Admin-Sidekiq page --- app/views/admin/background_jobs/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.