3
0
Fork 0
forked from mirrors/nixpkgs

redis: fix redis service

This commit is contained in:
Jörg Thalheim 2020-05-30 10:32:17 +01:00
parent 8a6c765832
commit 9c6f9c4068
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -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";
};