nixos/gitlab: use bindsTo instead of requires for gitaly

This commit is contained in:
Milan Pässler 2020-11-26 14:04:54 +01:00
parent 72ba4fce76
commit 81aff9f411

View file

@ -757,7 +757,7 @@ in {
systemd.services.gitaly = {
after = [ "network.target" "gitlab.service" ];
requires = [ "gitlab.service" ];
bindsTo = [ "gitlab.service" ];
wantedBy = [ "multi-user.target" ];
path = with pkgs; [
openssh