https://bugzilla.redhat.com/show_bug.cgi?id=2283798
Bug ID: 2283798 Summary: Location of unix socket is hardcoded in /etc/sysconfig/valkey Product: Fedora Version: 39 Hardware: x86_64 OS: Linux Status: NEW Component: valkey Severity: high Assignee: jonathan@almalinux.org Reporter: fedora@joshuanoeske.de CC: epel-packagers-sig@lists.fedoraproject.org, fedora@famillecollet.com, jonathan@almalinux.org, nathans@redhat.com, ngompa13@gmail.com Target Milestone: --- Classification: Fedora
Changing the location of the unixsocket in /etc/valkey/valkey.conf does not actually change its location as it is hardcoded in /etc/sysconfig/valkey. It took me quite some time to figure out why the location of my socket was not changing although I changed it. Either inform users about that or remove the hardcoded location of the socket, please
Reproducible: Always
Steps to Reproduce: 1. Change location of unix socket in /etc/valkey/valkey.conf 2. Restart valkey Actual Results: Unix socket still at /var/run/valkey/valkey.conf
Expected Results: Change the location of the unixsocket.