Watch Systemd Service Status
Running sudo systemctl status {A_SERVICE}
again and again to watch latest logs of a web server can be cumbersome. Instead we can watch its status continously using watch
command.
Example
Source: Unix - StackExchange
Last updated