fix journal command

This commit is contained in:
Malin Freeborn 2024-02-28 18:36:56 +01:00
parent e4beb16951
commit ce3e10e442
Signed by: andonome
GPG Key ID: 52295D2377F4D70F
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,6 @@
title: "journal"
tags: [ "Documentation", "systemd" ]
---
```
Find errors since November
```bash
@ -14,3 +12,5 @@ Limit size to 2G.
```bash
journalctl --vacuum-size=2G
```