Last updated 8 months ago
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.
sudo systemctl status {A_SERVICE}
watch
$ sudo watch systemctl status caddy
Source: