9b1da96872
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>
13 lines
208 B
Desktop File
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
|
|
|