summaryrefslogtreecommitdiff
path: root/gitlab.target
blob: d83e827d838fed94f3e8a35edf16088a95d79a2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###########################################################################################
#
# 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 - Self Hosted Git Management
Requires=mysql.service redis.service
After=redis.service mysql.service syslog.target network.target

[Install]
WantedBy=multi-user.target