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

View File

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