2025-12-16 10:20:31 -07:00
|
|
|
# systemctl stop
|
|
|
|
|
|
|
|
|
|
> Stop systemd units.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#stop%20PATTERN%E2%80%A6>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Stop a unit:
|
|
|
|
|
|
|
|
|
|
`systemctl stop {{unit}}`
|
|
|
|
|
|
|
|
|
|
- Stop a service and suppress warnings:
|
|
|
|
|
|
|
|
|
|
`systemctl stop {{unit}} --no-warn`
|
|
|
|
|
|
|
|
|
|
- Stop a user unit:
|
|
|
|
|
|
|
|
|
|
`systemctl stop {{unit}} --user`
|