2016-12-10 18:01:59 +00:00
|
|
|
###########################################################################################
|
|
|
|
#
|
|
|
|
# GitLab version : 5.x - 7.x
|
|
|
|
# Contributors : davispuh, mtorromeo, axilleas, boeserwolf91
|
|
|
|
# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd
|
|
|
|
#
|
|
|
|
###########################################################################################
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=GitLab - Self Hosted Git Management
|
2017-10-04 16:10:51 +00:00
|
|
|
Requires=gitlab-unicorn.service gitlab-workhorse.service
|
|
|
|
Wants=gitlab-sidekiq.service gitlab-backup.timer gitlab-gitaly.service gitlab-mailroom.service
|
2016-12-10 18:01:59 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|