Cmd Generator

systemctl

Control the systemd system and service manager.

systemctl status

Examples

# Show service status
systemctl status nginx

# Check if active
systemctl is-active nginx

# Check if failed
systemctl is-failed nginx

# Show unit details
systemctl show nginx