From 5a217c9f80f7988630a126a3807fad2611ca8789 Mon Sep 17 00:00:00 2001 From: Vic <74506415+v1ctorio@users.noreply.github.com> Date: Fri, 16 Aug 2024 10:59:52 +0200 Subject: [PATCH] make redis simple --- redis/Redis.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";