mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
Configuration moved to /etc/redis directory Closes: https://bugs.gentoo.org/768189 Closes: https://bugs.gentoo.org/759481 Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/19335 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
15 lines
255 B
Plaintext
15 lines
255 B
Plaintext
[Unit]
|
|
Description=A persistent key-value database
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
PIDFile=/run/redis/redis.pid
|
|
ExecStart=/usr/sbin/redis-server /etc/redis/redis.conf
|
|
User=redis
|
|
Group=redis
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|