diff options
Diffstat (limited to 'lib/support/systemd/gitlab.target')
-rw-r--r-- | lib/support/systemd/gitlab.target | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/support/systemd/gitlab.target b/lib/support/systemd/gitlab.target new file mode 100644 index 00000000000..e0538c3ff81 --- /dev/null +++ b/lib/support/systemd/gitlab.target @@ -0,0 +1,6 @@ +[Unit] +Description=GitLab +Wants=gitlab-gitaly.service gitlab-puma.service gitlab-sidekiq.service gitlab-workhorse.service + +[Install] +WantedBy=multi-user.target |