Linux systemd and Service Processes/Send signal to service cgroup

Signal all or selected processes in a service cgroup.

Section: systemd Service Control

Send signal to service cgroup

bash
bash
sudo systemctl kill -s SIGKILL nginx
Explanation

Signal all or selected processes in a service cgroup.

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
Signal only main PID
Signal only the service main process.
OpenIn sheetbashsame section
Start a service
Start a service unit.
OpenIn sheetbashsame section
Stop a service
Stop a service unit gracefully.
OpenIn sheetbashsame section
Restart a service
Restart a service unit.
OpenIn sheetbashsame section
Reload a service
Ask a service to reload its configuration.
OpenIn sheetbashsame section
Reload or restart if reload unsupported
Use reload when available, else restart.
OpenIn sheetbashsame section