Drop PIDFile line from .service
Redis is not running as a daemon and so it is not creatnig a pidfile - thus we need to remove the reference in the .service file. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=973151 Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
This commit is contained in:
parent
1211652f9b
commit
9b1da96872
@ -3,7 +3,6 @@ Description=A persistent key-value database
|
||||
After=syslog.target network.target
|
||||
|
||||
[Service]
|
||||
PIDFile=/var/run/redis/redis.pid
|
||||
ExecStart=/usr/sbin/redis-server /etc/redis.conf
|
||||
User=redis
|
||||
Group=redis
|
||||
|
Loading…
Reference in New Issue
Block a user