[pappy@chmodx]:$ man systemctl

$ systemctl

Control the systemd system and service manager

DOCUMENTEDServicesUbuntu 24.04 LTS baseline

Synopsis

systemctl [OPTIONS...] COMMAND [UNIT...]

What it does

Examples

Check a service
systemctl status nginx
Start a service
sudo systemctl start nginx
Enable a service at boot
sudo systemctl enable nginx
Enable and start now
sudo systemctl enable --now nginx

Important details

These examples are intentionally conservative. Command behavior can still depend on filesystem state, permissions, locale, shell, installed package version, and other system configuration. For exact option semantics, the linked authoritative documentation is the source of truth.