tweak journalctl entry

This commit is contained in:
Thomas Bishop 2025-12-12 18:11:45 +00:00
parent 78d0147e78
commit 017dba7713

View file

@ -56,3 +56,9 @@ Use `-f` for `--follow`:
```sh
journalctl -f
```
### Delete old logs to free space
```sh
sudo journalctl --vacuum-time=7d
```