[DRE-commits] [gitlab] 02/03: use -C option for queues
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Wed Dec 7 18:13:37 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab.
commit 7c8d4af18b00288c16b095392c78b7752037517a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed Dec 7 23:40:47 2016 +0530
use -C option for queues
---
debian/gitlab.gitlab-sidekiq.service | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/debian/gitlab.gitlab-sidekiq.service b/debian/gitlab.gitlab-sidekiq.service
index 4bfbe8f..7b5f418 100644
--- a/debian/gitlab.gitlab-sidekiq.service
+++ b/debian/gitlab.gitlab-sidekiq.service
@@ -14,16 +14,7 @@ WorkingDirectory=/usr/share/gitlab
EnvironmentFile=/etc/gitlab/gitlab-debian.conf
SyslogIdentifier=gitlab-sidekiq
ExecStart=/usr/bin/bundle exec sidekiq \
- -q post_receive \
- -q mailers \
- -q archive_repo \
- -q system_hook \
- -q project_web_hook \
- -q gitlab_shell \
- -q incoming_email \
- -q runner \
- -q common \
- -q default \
+ -C /etc/gitlab/sidekiq_queues.yml \
-e $RAILS_ENV
Restart=on-abnormal
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git
More information about the Pkg-ruby-extras-commits
mailing list