Fix LavinMQ OpenRC data ownership

This commit is contained in:
Joachim Schlöffel
2026-07-09 09:34:16 +02:00
parent dfd92c522b
commit 04b1244a8c
4 changed files with 23 additions and 5 deletions
@@ -60,6 +60,7 @@ docker run --rm --platform "${platform}" \
test -x /usr/bin/lavinmqperf
test -f /etc/lavinmq/lavinmq.ini
test -d /var/lib/lavinmq
test "$(stat -c "%U:%G %a" /var/lib/lavinmq)" = "lavinmq:lavinmq 750"
test -f /etc/conf.d/lavinmq
test -f /etc/init.d/lavinmq
test -f /usr/share/doc/lavinmq/README.md