summarylogtreecommitdiffstats
path: root/gitlab.target
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab.target')
-rw-r--r--gitlab.target14
1 files changed, 14 insertions, 0 deletions
diff --git a/gitlab.target b/gitlab.target
new file mode 100644
index 000000000000..48aff11a5121
--- /dev/null
+++ b/gitlab.target
@@ -0,0 +1,14 @@
+###########################################################################################
+#
+# 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