2016-02-04 13:32:45 +05:30
|
|
|
#####################################################
|
|
|
|
#
|
|
|
|
# GitLab version : 5.x - 7.x
|
|
|
|
# Contributors : davispuh, mtorromeo, axilleas, boeserwolf91, Stefan Tatschner (rumpelsepp)
|
|
|
|
# Downloaded from : https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd
|
|
|
|
#
|
|
|
|
####################################################
|
|
|
|
|
|
|
|
[Unit]
|
|
|
|
Description=GitLab Service
|
2020-08-20 19:51:56 +05:30
|
|
|
Requires=gitlab-puma.service gitlab-sidekiq.service gitlab-mailroom.service gitlab-workhorse.service
|
2016-02-04 13:32:45 +05:30
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|