Describe the bug

Enable unix socket of redis, and redis can't start.

To reproduce In debian sid.

sudo apt install redis-server

open default /etc/redis/redis.conf

uncomment the unix socket.

reboot or systemctl restart

Expected behavior

run successfully

Additional information

How Fuck is that the default position is /run/redis.sock, it should be /run/redis/redis.sock

Comment From: LeenHawk

Should default setting run immediately, right?