valkey/valkey.tmpfiles
Nathan Scott ab458d3b8f Add tmpfiles.d entries for valkey directories below /var
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.
2025-04-03 23:56:34 +00:00

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 -