redis/redis.service
Fabian Deutsch 9b1da96872 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>
2013-09-06 11:28:19 +02:00

13 lines
208 B
Desktop File

[Unit]
Description=A persistent key-value database
After=syslog.target network.target
[Service]
ExecStart=/usr/sbin/redis-server /etc/redis.conf
User=redis
Group=redis
[Install]
WantedBy=multi-user.target