1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 05:00:16 +00:00

nixos/redis: /var/run -> /run

This commit is contained in:
Bob van der Linden 2018-12-19 22:36:15 +01:00
parent 09d3ea4f67
commit af0380997f

View file

@ -95,7 +95,7 @@ in
type = with types; nullOr path;
default = null;
description = "The path to the socket to bind to.";
example = "/var/run/redis.sock";
example = "/run/redis.sock";
};
logLevel = mkOption {