diff --git a/redis/Redis.nix b/redis/Redis.nix index 6a950f4..ff931d3 100644 --- a/redis/Redis.nix +++ b/redis/Redis.nix @@ -17,7 +17,7 @@ }; Service = { - Type = "oneshot"; + Type = "simple"; ExecStart = "redis-server .config/redis/redis.conf"; SyslogIdentifier = "hackey"; Restart = "always";