Topic: redis-3.2.5-1.el7.remi.x86_64 BUG REPORT

Hello

I installed the last version of redis server on my centos 7 from remi repo using yum install -y redis

I noticed that when I set `daemonize yes` in the /etc/redis.conf file and restart the redis server, it doesn't daemonize.

I found the reason which is the following extra option in the /usr/lib/systemd/system/redis.service file:
ExecStart=/usr/bin/redis-server /etc/redis.conf --daemonize no

Which I guess the `--daemonize no` should be removed from the package

thanks

Re: redis-3.2.5-1.el7.remi.x86_64 BUG REPORT

Why do you want it to daemonize ?

This is unwanted with systemd.

P.S. the --daemonize option in unit file is expecially there to not rely on config file, as systemd only wont work if redis daemonize.

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi