Merge pull request #5486 from matejc/fixgatewayd

systemd-journal-gatewayd: add systemd-journal group
This commit is contained in:
Jaka Hudoklin 2015-02-07 14:52:31 +00:00
commit 769fb8a141

View file

@ -1040,6 +1040,11 @@ in
''
# This file is created automatically and should not be modified.
# Please change the option systemd.tmpfiles.rules instead.
z /var/log/journal 2755 root systemd-journal - -
z /var/log/journal/%m 2755 root systemd-journal - -
z /var/log/journal/%m/* 0640 root systemd-journal - -
${concatStringsSep "\n" cfg.tmpfiles.rules}
'';