mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
nixos/gitlab: use bindsTo instead of requires for gitaly
This commit is contained in:
parent
72ba4fce76
commit
81aff9f411
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user