mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/gitlab: use bindsTo instead of requires for gitaly
This commit is contained in:
parent
72ba4fce76
commit
81aff9f411
1 changed files with 1 additions and 1 deletions
|
@ -757,7 +757,7 @@ in {
|
||||||
|
|
||||||
systemd.services.gitaly = {
|
systemd.services.gitaly = {
|
||||||
after = [ "network.target" "gitlab.service" ];
|
after = [ "network.target" "gitlab.service" ];
|
||||||
requires = [ "gitlab.service" ];
|
bindsTo = [ "gitlab.service" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
path = with pkgs; [
|
path = with pkgs; [
|
||||||
openssh
|
openssh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue