]> git.pld-linux.org Git - packages/gitlab-ce.git/blame - gitlab.target
update gitlab-shell dep
[packages/gitlab-ce.git] / gitlab.target
CommitLineData
edff9e13
ER
1###########################################################################################
2#
3# GitLab version : 5.x - 6.x
4# Contributors : davispuh, mtorromeo, axilleas, boeserwolf91
5# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd
6#
7###########################################################################################
8
9[Unit]
10Description=GitLab - Self Hosted Git Management
11Requires=mysql.service redis.service
12After=redis.service mysql.service syslog.target network.target
13
14[Install]
15WantedBy=multi-user.target
This page took 0.081694 seconds and 4 git commands to generate.