1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 23:15:33 +02:00
tldr/pages.nl/linux/systemctl-disable.md

368 B

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