mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-15 11:15:48 +02:00
13 lines
368 B
Markdown
13 lines
368 B
Markdown
![]() |
# systemctl enable
|
||
|
|
||
|
> Schakel systemd-services aan.
|
||
|
> Meer informatie: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#enable%20UNIT%E2%80%A6>.
|
||
|
|
||
|
- Schakel het automatisch opstarten van een service in:
|
||
|
|
||
|
`systemctl enable {{eenheid}}`
|
||
|
|
||
|
- Schakel het automatisch opstarten van een service in en start het nu:
|
||
|
|
||
|
`systemctl enable {{eenheid}} --now`
|