AzuraCast/util/docker/redis/service.minimal/redis.conf

12 lines
228 B
Plaintext

[program:redis]
command=redis-server /etc/redis/redis.conf
user=redis
numprocs=1
autostart=true
autorestart=unexpected
stdout_logfile=/proc/1/fd/1
stdout_logfile_maxbytes=0
stderr_logfile=/proc/1/fd/2
stderr_logfile_maxbytes=0