blob: 48aff11a5121dedbe1d9cf9358498f30b38f73af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
###########################################################################################
#
# 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
Wants=gitlab-unicorn.service gitlab-sidekiq.service gitlab-backup.timer
[Install]
WantedBy=multi-user.target
|