til/Applications/System/systemd-journald.md

11 lines
275 B
Markdown

# [systemd-journald](https://wiki.archlinux.org/index.php/Systemd/Journal)
Service: `systemd-journald.service`
Create directory if not exist `/etc/systemd/journald.conf.d` and edit `/etc/systemd/journald.conf.d/00-journal-size.conf`:
```txt
[Journal]
SystemMaxUse=50M
```