[redis] Drop PIDFile line from .service

Fabian Deutsch fabiand at fedoraproject.org
Fri Sep 6 09:36:35 UTC 2013


commit 9b1da9687252e6938c628170985f859d95bddec7
Author: Fabian Deutsch <fabiand at fedoraproject.org>
Date:   Fri Sep 6 11:27:26 2013 +0200

    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 at fedoraproject.org>

 redis.service |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/redis.service b/redis.service
index f6dc44e..3aaadb8 100644
--- a/redis.service
+++ b/redis.service
@@ -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


More information about the scm-commits mailing list