15 lines
509 B
SYSTEMD
15 lines
509 B
SYSTEMD
|
#####################################################
|
||
|
#
|
||
|
# 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
|
||
|
Requires=gitlab-unicorn.service gitlab-sidekiq.service gitlab-mailroom.service gitlab-workhorse.service
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|