til/Applications/System/systemdJournal.md

15 lines
203 B
Markdown
Raw Normal View History

2020-06-08 17:03:51 +00:00
# systemd/Journal
Edit `/etc/systemd/journald.conf.d/00-journal-size.conf`:
```txt
[Journal]
SystemMaxUse=50M
```
After editing, restart service:
```sh
systemctl restart systemd-journald.service
```