mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/mongodb: /var/run -> /run
This commit is contained in:
parent
651f05c47c
commit
660ee99293
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ in
|
|||
};
|
||||
|
||||
pidFile = mkOption {
|
||||
default = "/var/run/mongodb.pid";
|
||||
default = "/run/mongodb.pid";
|
||||
description = "Location of MongoDB pid file";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue