valkey-server currently fails to start within ImageMode RHEL projects - and presumably other rpm-ostree based systems - due to a more relaxed treatment of /var persistence. These issues are addressed through the addition of a systemd tmpfiles.d configuration, which this commit adds. https://www.freedesktop.org/software/systemd/man/latest/tmpfiles.d.html for details of the file format used here.
3 lines
113 B
Text
3 lines
113 B
Text
D /run/valkey 0755 valkey valkey -
|
|
d /var/lib/valkey 0750 valkey valkey -
|
|
d /var/log/valkey 0750 valkey valkey -
|