nixos/rethinkdb: /var/run -> /run
This commit is contained in:
parent
af0380997f
commit
e8434784bd
|
@ -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.";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue