solved sudo bugs in role native-user-administrator

This commit is contained in:
2021-01-01 12:51:40 +01:00
parent 11deb714b9
commit eca64d5a6a
5 changed files with 14 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
# role native-journalctl
# live monitoring
```bash
watch -n 0.5 'journalctl -n 20 --no-pager'
```