From 5537503dec1af5dfa6392b7673420042878d659f Mon Sep 17 00:00:00 2001 From: Rodney Lorrimar Date: Mon, 5 Sep 2016 21:09:44 +0100 Subject: nixos/tests/pump.io: Fix systemd unit config Ref #18209 (cherry picked from commit 3fd603c02f339778c8ea24c2fadacb91185eb1c7) --- nixos/tests/pump.io.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/tests/pump.io.nix') diff --git a/nixos/tests/pump.io.nix b/nixos/tests/pump.io.nix index 89fa23c3336e..3864f676497e 100644 --- a/nixos/tests/pump.io.nix +++ b/nixos/tests/pump.io.nix @@ -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"; }; }; -- cgit 1.4.1