nixos/mongodb: /var/run -> /run

This commit is contained in:
Bob van der Linden
2019-03-20 00:02:43 +01:00
parent 651f05c47c
commit 660ee99293
+1 -1
View File
@@ -65,7 +65,7 @@ in
};
pidFile = mkOption {
default = "/var/run/mongodb.pid";
default = "/run/mongodb.pid";
description = "Location of MongoDB pid file";
};