nixos/rethinkdb: /var/run -> /run

This commit is contained in:
Bob van der Linden 2018-12-19 22:36:26 +01:00
parent af0380997f
commit e8434784bd
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ in
}; };
pidpath = mkOption { pidpath = mkOption {
default = "/var/run/rethinkdb"; default = "/run/rethinkdb";
description = "Location where each instance's pid file is located."; description = "Location where each instance's pid file is located.";
}; };