tmpfiles: fix permissions on new journal files

When starting up journald on a new system, set the proper permissions on
the system.journal files, not only on the journal directory.
This commit is contained in:
Greg KH 2014-04-15 14:12:01 -07:00 committed by Zbigniew Jędrzejewski-Szmek
parent 1dd5aa56d1
commit a606871da5
Notes: Lennart Poettering 2014-05-24 11:20:46 +08:00
Backport: bugfix

View file

@ -23,6 +23,6 @@ d /run/systemd/machines 0755 root root -
d /run/systemd/shutdown 0755 root root -
m /var/log/journal 2755 root systemd-journal - -
m /var/log/journal/%m 2755 root systemd-journal - -
Z /var/log/journal/%m 2755 root systemd-journal - -
m /run/log/journal 2755 root systemd-journal - -
m /run/log/journal/%m 2755 root systemd-journal - -
Z /run/log/journal/%m 2755 root systemd-journal - -