systemd-conf: use custom journald conf file

The Poky layer defines a default journald conf file that allows log files on
the file system to grow to a maximum of 64 MiB. However, this size on some
platforms is impossible to address, so this commit reduces the maximum size for
runtime logs to 4 MiB.

https://onedigi.atlassian.net/browse/DEL-8419

Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
Arturo Buzarra 2023-03-13 16:36:06 +01:00
parent 7ea467dba7
commit bdece7102b
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
[Journal]
ForwardToSyslog=yes
RuntimeMaxUse=4M