tweak journalctl entry
This commit is contained in:
parent
78d0147e78
commit
017dba7713
1 changed files with 6 additions and 0 deletions
|
|
@ -56,3 +56,9 @@ Use `-f` for `--follow`:
|
||||||
```sh
|
```sh
|
||||||
journalctl -f
|
journalctl -f
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Delete old logs to free space
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo journalctl --vacuum-time=7d
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue