Commit c7b2479e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updates systemd unit file to reflect correct location of PIDFile

parent 03a12b06
...@@ -48,7 +48,7 @@ After=network.target ...@@ -48,7 +48,7 @@ After=network.target
[Service] [Service]
Type=notify Type=notify
PIDFile=/var/run/redis/redis.pid PIDFile=/run/redis/redis.pid
User=redis User=redis
Group=redis Group=redis
ExecStart=/usr/bin/redis-server /etc/redis/redis.conf ExecStart=/usr/bin/redis-server /etc/redis/redis.conf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment