--- syntax: markdown tags: [tldr, linux] source: https://github.com/tldr-pages/tldr.git --- # systemctl disable > Disable systemd services. > More information: . - Stop a service from running on boot: `systemctl disable {{unit}}` - Stop a service from running on boot and stop its current execution: `systemctl disable {{unit}} --now`