mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
15 lines
543 B
SYSTEMD
15 lines
543 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
|
||
|
Wants=gitlab-unicorn.service gitlab-sidekiq.service gitlab-backup.timer
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|