gentoo/dev-db/redis/files/redis.service-4
Tomáš Mózes f9abb42853
dev-db/redis: bump to 6.0.10
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>
2021-02-04 23:25:33 +01:00

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