Skip to content
Snippets Groups Projects
Commit 9b53c0ee authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix group and mode of /var/log/journal"

parents 4d1651e5 5ed077cb
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,8 @@
file:
path: /var/log/journal
owner: "root"
group: "root"
mode: 0755
group: "systemd-journal"
mode: 02755
state: directory
notify: Flush journal to disk
when: journald_storage == "persistent"
......
---
fixes:
- |
Updates the group and mode set on the ``/var/log/journal`` directory to
match default ownership and permissions used by ``systemd-journald``.
`LP#2083494 <https://launchpad.net/bugs/2083494>`__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment