mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 07:35:33 +02:00
12 lines
368 B
Markdown
12 lines
368 B
Markdown
# systemctl disable
|
|
|
|
> Schakel systemd-services uit.
|
|
> Meer informatie: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#disable%20UNIT%E2%80%A6>.
|
|
|
|
- Voorkom dat een service automatisch opstart:
|
|
|
|
`systemctl disable {{eenheid}}`
|
|
|
|
- Voorkom dat een service automatisch opstart en stop de huidige uitvoering:
|
|
|
|
`systemctl disable {{eenheid}} --now`
|