Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 405 Bytes

File metadata and controls

11 lines (7 loc) · 405 Bytes

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