11:15:54 GMT hi, when starting redis via systemd, the unix socket at /tmp/redis.sock will not be created but using the same command (redis-server /etc/redis.conf) it works. any idea why that might be? 11:17:17 GMT the systemd service is the default one packaged by archlinux and the logs show nothing abnormal, i.e. redis read the config and "listens" on /tmp/redis.sock: https://ptpb.pw/qU33 11:31:57 GMT it was the private tmp namespace used by systemd for redis 11:43:22 GMT evil 11:43:55 GMT though a redis unix socket imho rather belongs to /run