summaryrefslogtreecommitdiff
path: root/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-unicorn.service
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-unicorn.service')
-rw-r--r--gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-unicorn.service24
1 files changed, 0 insertions, 24 deletions
diff --git a/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-unicorn.service b/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-unicorn.service
deleted file mode 100644
index 151f9677..00000000
--- a/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab-ci-unicorn.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 Unicorn Server
-
-[Service]
-User=gitlab_ci
-WorkingDirectory=/home/gitlab_ci/gitlab-ci
-Environment=RAILS_ENV=production
-SyslogIdentifier=gitlab-ci-unicorn
-PIDFile=/home/gitlab_ci/gitlab-ci/tmp/pids/unicorn.pid
-
-ExecStart=/usr/bin/bundle exec "unicorn_rails -c /home/gitlab_ci/gitlab-ci/config/unicorn.rb -E production"
-ExecStop=/bin/kill -s QUIT $MAINPID
-ExecReload=/bin/kill -s USR2 $MAINPID
-
-[Install]
-WantedBy=gitlab.target