diff options
Diffstat (limited to 'hosts/station/scripts/vacumm')
| -rwxr-xr-x | hosts/station/scripts/vacumm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hosts/station/scripts/vacumm b/hosts/station/scripts/vacumm new file mode 100755 index 0000000..70185e1 --- /dev/null +++ b/hosts/station/scripts/vacumm @@ -0,0 +1,3 @@ +#! /usr/bin/env sh +sudo journalctl --rotate +sudo journalctl --vacuum-time=1s |