mirror of
https://github.com/jlengrand/gitlab-recipes.git
synced 2026-03-10 08:11:17 +00:00
14 lines
457 B
SYSTEMD
14 lines
457 B
SYSTEMD
###########################################################################################
|
|
#
|
|
# GitLab version : 5.x - 6.x
|
|
# Contributors : davispuh, mtorromeo, axilleas
|
|
# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd
|
|
#
|
|
###########################################################################################
|
|
|
|
[Unit]
|
|
Description=GitLab - Self Hosted Git Management
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|