make redis simple

This commit is contained in:
Vic 2024-08-16 10:59:52 +02:00
parent c65a6134b4
commit 5a217c9f80

View file

@ -17,7 +17,7 @@
};
Service = {
Type = "oneshot";
Type = "simple";
ExecStart = "redis-server .config/redis/redis.conf";
SyslogIdentifier = "hackey";
Restart = "always";