mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
Redis is not a free software (per OSI) anymore, it's being replaced with its fork named Valkey.
8 lines
159 B
Bash
8 lines
159 B
Bash
# Configuration for /etc/init.d/redis
|
|
|
|
# User (and group) to run redis as.
|
|
#command_user="redis:redis"
|
|
|
|
# Redis configuration file.
|
|
#cfgfile="/etc/redis.conf"
|