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:
parent
56440ef994
commit
51a4fa8639
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue