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

This commit is contained in:
Bob van der Linden 2018-12-19 22:35:49 +01:00
parent 651f05c47c
commit 660ee99293

View File

@ -65,7 +65,7 @@ in
};
pidFile = mkOption {
default = "/var/run/mongodb.pid";
default = "/run/mongodb.pid";
description = "Location of MongoDB pid file";
};