summaryrefslogtreecommitdiff
path: root/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-sidekiq.service
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-18 14:04:20 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-03-18 14:04:20 +0000
commit5048543c141b21b473549937b258fd87b4f5c895 (patch)
tree261c4b7fbf4010be66675aee6fd08cfe96463fe1 /gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-sidekiq.service
parente608132d98d6c2764d88d48d9f586f6280e2bae9 (diff)
downloaddefinitions-5048543c141b21b473549937b258fd87b4f5c895.tar.gz
Morph build d01764755a4e43338526d28d1cf90012
System branch: master
Diffstat (limited to 'gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-sidekiq.service')
-rw-r--r--gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-sidekiq.service24
1 files changed, 0 insertions, 24 deletions
diff --git a/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-sidekiq.service b/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-sidekiq.service
deleted file mode 100644
index 9a1a82d2..00000000
--- a/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-sidekiq.service
+++ /dev/null
@@ -1,24 +0,0 @@
-#####################################################
-#
-# GitLab version : 5.x - 6.x
-# Contributors : davispuh, mtorromeo, axilleas, boeserwolf91
-# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd
-#
-####################################################
-
-[Unit]
-Description=GitLab CI Sidekiq Worker
-
-[Service]
-Type=forking
-User=gitlab_ci
-WorkingDirectory=/home/gitlab_ci/gitlab-ci
-Environment=RAILS_ENV=production
-SyslogIdentifier=gitlab-ci-sidekiq
-PIDFile=/home/gitlab_ci/gitlab-ci/tmp/pids/sidekiq.pid
-
-ExecStart=/usr/bin/bundle exec "sidekiq -q post_receive,mailer,system_hook,project_web_hook,gitlab_shell,common,default -e production -P tmp/pids/sidekiq.pid -d -L log/sidekiq.log >> log/sidekiq.log 2>&1"
-ExecStop=/usr/bin/bundle exec "sidekiqctl stop /home/gitlab_ci/gitlab-ci/tmp/pids/sidekiq.pid >> /home/gitlab_ci/gitlab-ci/log/sidekiq.log 2>&1"
-
-[Install]
-WantedBy=gitlab.target