logging: Make FM config be owned by countme user

This is so the various scripts running under the countme user actually
can read it and send messages on the bus.

Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
Nils Philippsen 2021-08-05 21:06:01 +02:00 committed by nphilipp
parent 56440ef994
commit 51a4fa8639

View file

@ -51,9 +51,9 @@
template:
src: fedora-messaging.toml.j2
dest: /etc/fedora-messaging/config.toml
owner: root
group: root
mode: 0600
owner: countme
group: countme
mode: 0660
tags:
- config
- logging