]> git.pld-linux.org Git - packages/gitlab-ce.git/blob - gitlab.target
apache: fix docroot; update log path
[packages/gitlab-ce.git] / gitlab.target
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]
10 Description=GitLab - Self Hosted Git Management
11 Requires=mysql.service redis.service
12 After=redis.service mysql.service syslog.target network.target
13
14 [Install]
15 WantedBy=multi-user.target
This page took 0.032692 seconds and 3 git commands to generate.