til/Applications/System/systemd-journald.md

15 lines
310 B
Markdown
Raw Normal View History

2020-10-13 07:06:29 +00:00
# [systemd-journald](https://wiki.archlinux.org/index.php/Systemd/Journal)
2020-06-08 17:03:51 +00:00
2020-10-13 07:05:57 +00:00
Create directory if not exist `/etc/systemd/journald.conf.d` and edit `/etc/systemd/journald.conf.d/00-journal-size.conf`:
2020-06-08 17:03:51 +00:00
```txt
[Journal]
SystemMaxUse=50M
```
2020-08-11 17:00:24 +00:00
Restart service:
2020-06-08 17:03:51 +00:00
```sh
systemctl restart systemd-journald.service
```