mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
3d4fd5fc48
Adds upstream yarn.lock file
15 lines
623 B
SYSTEMD
15 lines
623 B
SYSTEMD
###########################################################################################
|
|
#
|
|
# GitLab version : 5.x - 7.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=gitlab-unicorn.service gitlab-workhorse.service
|
|
Wants=gitlab-sidekiq.service gitlab-backup.timer gitlab-gitaly.service gitlab-mailroom.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|