Skip to the content.

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

$ sudo watch systemctl status caddy

Source: Unix - StackExchange