mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
nixos/tests/pump.io: Fix systemd unit config
Ref #18209
(cherry picked from commit 3fd603c02f)
This commit is contained in:
@@ -81,7 +81,7 @@ in {
|
||||
'';
|
||||
};
|
||||
systemd.services.mongodb.unitConfig.Before = "pump.io.service";
|
||||
systemd.services.mongodb.unitConfig.RequiredBy = "pump.io.service";
|
||||
systemd.services."pump.io".unitConfig.Requires = "mongodb.service";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user