about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorRodney Lorrimar <dev@rodney.id.au>2016-09-05 21:09:44 +0100
committerobadz <obadz-git@obadz.com>2016-09-08 17:06:49 +0100
commit5537503dec1af5dfa6392b7673420042878d659f (patch)
treefdea5d34f5fd648f4b28db2cd8b07f81cd0018ab /nixos/tests
parentb924cdefa5671b7f35ee6731352b25482ac8cac2 (diff)
downloadnixlib-5537503dec1af5dfa6392b7673420042878d659f.tar
nixlib-5537503dec1af5dfa6392b7673420042878d659f.tar.gz
nixlib-5537503dec1af5dfa6392b7673420042878d659f.tar.bz2
nixlib-5537503dec1af5dfa6392b7673420042878d659f.tar.lz
nixlib-5537503dec1af5dfa6392b7673420042878d659f.tar.xz
nixlib-5537503dec1af5dfa6392b7673420042878d659f.tar.zst
nixlib-5537503dec1af5dfa6392b7673420042878d659f.zip
nixos/tests/pump.io: Fix systemd unit config
Ref #18209

(cherry picked from commit 3fd603c02f339778c8ea24c2fadacb91185eb1c7)
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/pump.io.nix2
1 files changed, 1 insertions, 1 deletions
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";
         };
     };