mirror of
https://github.com/zebrajr/HomeLab.git
synced 2025-12-06 00:20:22 +01:00
5 lines
97 B
Bash
Executable File
5 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
journalctl --disk-usage
|
|
sudo journalctl --rotate
|
|
sudo journalctl --vacuum-time=5days
|