nixos/mongodb: /var/run -> /run
This commit is contained in:
parent
651f05c47c
commit
660ee99293
@ -65,7 +65,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
pidFile = mkOption {
|
pidFile = mkOption {
|
||||||
default = "/var/run/mongodb.pid";
|
default = "/run/mongodb.pid";
|
||||||
description = "Location of MongoDB pid file";
|
description = "Location of MongoDB pid file";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user