Skip to content

Commit 6881f2b

Browse files
committed
Add contributors info, reference download links
1 parent 44eee6b commit 6881f2b

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

init/systemd/gitlab-sidekiq.service

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
###########################################################################################
2+
#
3+
# GitLab version : 5.x - 6.x
4+
# Contributors : davispuh, mtorromeo, axilleas
5+
# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd
6+
#
7+
###########################################################################################
8+
19
[Unit]
210
Description=GitLab Sidekiq Worker
311
Requires=redis.service

init/systemd/gitlab-unicorn.service

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
###########################################################################################
2+
#
3+
# GitLab version : 5.x - 6.x
4+
# Contributors : davispuh, mtorromeo, axilleas
5+
# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd
6+
#
7+
###########################################################################################
8+
19
[Unit]
210
Description=GitLab Unicorn Server
311
Requires=redis.service

init/systemd/gitlab.target

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
###########################################################################################
2+
#
3+
# GitLab version : 5.x - 6.x
4+
# Contributors : davispuh, mtorromeo, axilleas
5+
# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd
6+
#
7+
###########################################################################################
8+
19
[Unit]
210
Description=GitLab - Self Hosted Git Management
311

0 commit comments

Comments
 (0)