mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
8 lines
102 B
Markdown
8 lines
102 B
Markdown
# role native-journalctl
|
|
|
|
# live monitoring
|
|
|
|
```bash
|
|
watch -n 0.5 'journalctl -n 20 --no-pager'
|
|
```
|