Merge pull request #5486 from matejc/fixgatewayd
systemd-journal-gatewayd: add systemd-journal group
This commit is contained in:
commit
769fb8a141
@ -1040,6 +1040,11 @@ in
|
|||||||
''
|
''
|
||||||
# This file is created automatically and should not be modified.
|
# This file is created automatically and should not be modified.
|
||||||
# Please change the option ‘systemd.tmpfiles.rules’ instead.
|
# 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}
|
${concatStringsSep "\n" cfg.tmpfiles.rules}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user