mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nixos/tests/pump.io: Fix systemd unit config
Ref #18209
(cherry picked from commit 3fd603c02f
)
This commit is contained in:
parent
b924cdefa5
commit
5537503dec
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
systemd.services.mongodb.unitConfig.Before = "pump.io.service";
|
systemd.services.mongodb.unitConfig.Before = "pump.io.service";
|
||||||
systemd.services.mongodb.unitConfig.RequiredBy = "pump.io.service";
|
systemd.services."pump.io".unitConfig.Requires = "mongodb.service";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue