diff --git a/nixos/modules/services/databases/redis.nix b/nixos/modules/services/databases/redis.nix index aeb1a0c22a4..9988f382a1b 100644 --- a/nixos/modules/services/databases/redis.nix +++ b/nixos/modules/services/databases/redis.nix @@ -12,7 +12,7 @@ let ${condOption "bind" cfg.bind} ${condOption "unixsocket" cfg.unixSocket} daemonize no - supervised systemd + #supervised systemd loglevel ${cfg.logLevel} logfile ${cfg.logfile} syslog-enabled ${redisBool cfg.syslog} @@ -244,7 +244,7 @@ in StateDirectory = "redis"; TimeoutStartSec = "infinity"; TimeoutStopSec = "infinity"; - Type = "notify"; + Type = "simple"; User = "redis"; Group = "redis"; };