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

Ref #18209

(cherry picked from commit 3fd603c02f)
This commit is contained in:
Rodney Lorrimar 2016-09-05 21:09:44 +01:00 committed by obadz
parent b924cdefa5
commit 5537503dec

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