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:
Fabian Deutsch 2013-09-06 11:27:26 +02:00
parent 1211652f9b
commit 9b1da96872
1 changed files with 0 additions and 1 deletions

View File

@ -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