use -C option for queues

This commit is contained in:
Praveen Arimbrathodiyil 2016-12-07 23:40:47 +05:30
parent 26ada91777
commit 7c8d4af18b

View file

@ -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