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-17 23:58:12 -04:00
committed by Zbigniew Jędrzejewski-Szmek
parent 1dd5aa56d1
commit a606871da5
+2 -2
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 - -