Skip to content
Snippets Groups Projects
Commit a79f28c5 authored by System administrator's avatar System administrator
Browse files

Ensure postgresql starts before test tracking service

parent 65c423ce
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@ let
systemd.services.gitlab-test-tracking = {
serviceConfig.User = "ghc-test-tracking";
description = "GitLab test tracking service";
before = [ "postgresql.service" ];
requires = [ "postgresql.service" ];
script = ''
${service}/bin/gitlab-test-tracking-service \
--gitlab-root=https://gitlab.${config.ghc.rootDomain} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment