Stop a service unit gracefully.
Section: systemd Service Control
Stop a service
bash
bash
sudo systemctl stop nginxExplanation
Stop a service unit gracefully.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing systemd Service Control
Send signal to service cgroup
Signal all or selected processes in a service cgroup.
Reload or restart if reload unsupported
Use reload when available, else restart.