File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
9
[Unit]
2
10
Description =GitLab Sidekiq Worker
3
11
Requires =redis.service
Original file line number Diff line number Diff line change
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
+
1
9
[Unit]
2
10
Description =GitLab Unicorn Server
3
11
Requires =redis.service
Original file line number Diff line number Diff line change
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
+
1
9
[Unit]
2
10
Description=GitLab - Self Hosted Git Management
3
11
You can’t perform that action at this time.
0 commit comments