4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 13:16:37 +00:00
AzuraCast/util/docker/redis/service.minimal/redis.conf
2022-08-07 17:28:48 -05:00

16 lines
316 B
Plaintext

[program:redis]
command=redis-server /etc/redis/redis.conf
user=redis
priority=100
numprocs=1
autostart=true
autorestart=true
stdout_logfile=/var/azuracast/www_tmp/service_redis.log
stdout_logfile_maxbytes=5MB
stdout_logfile_backups=5
redirect_stderr=true
stdout_events_enabled = true
stderr_events_enabled = true