--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # systemctl stop > Stop systemd units. > More information: . - Stop a unit: `systemctl stop {{unit}}` - Stop a service and suppress warnings: `systemctl stop --no-warn {{unit}}`