2025-04-03 20:36:56 -06:00
|
|
|
# systemctl disable
|
|
|
|
|
|
|
|
|
|
> Disable systemd services.
|
2025-09-14 18:48:49 -06:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#disable%20UNIT%E2%80%A6>.
|
2025-04-03 20:36:56 -06:00
|
|
|
|
|
|
|
|
- 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`
|