mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 14:35:42 +02:00
13 lines
368 B
Markdown
13 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`
|