1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

nixos/tests/pump.io: Fix systemd unit config

Ref #18209
This commit is contained in:
Rodney Lorrimar 2016-09-05 21:09:44 +01:00
parent 5aa587d1f5
commit 3fd603c02f

View file

@ -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";
};
};