To get errors in running services, we can journalctl command to list out the errors from system journals.
journalctl -p -3 -xb
Here, -x provides extra information, and -b arguments limits errors since last boot.
Source: Unix - Stack Exhange
To get errors in running services, we can journalctl command to list out the errors from system journals.
journalctl -p -3 -xb
Here, -x provides extra information, and -b arguments limits errors since last boot.
Source: Unix - Stack Exhange