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

Fix nixos unit ordering

parent c1a037f8
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ let ...@@ -24,7 +24,7 @@ let
systemd.services.gitlab-test-tracking = { systemd.services.gitlab-test-tracking = {
serviceConfig.User = "ghc-test-tracking"; serviceConfig.User = "ghc-test-tracking";
description = "GitLab test tracking service"; description = "GitLab test tracking service";
before = [ "postgresql.service" ]; after = [ "postgresql.service" ];
requires = [ "postgresql.service" ]; requires = [ "postgresql.service" ];
script = '' script = ''
${service}/bin/gitlab-test-tracking-service \ ${service}/bin/gitlab-test-tracking-service \
......
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