summaryrefslogtreecommitdiff
path: root/gitlab-server/usr/share/gitlab-install/systemd-units/gitlab.target
blob: 11e8544105006212cf57bb17100b93625f3e9a1d (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=redis.service postgres.service
After=redis.service postgres.service syslog.target network.target
 
[Install]
WantedBy=multi-user.target