2025-04-03 20:36:56 -06:00
|
|
|
# systemctl enable
|
|
|
|
|
|
|
|
|
|
> Enable systemd services.
|
2025-09-14 18:48:49 -06:00
|
|
|
> More information: <https://www.freedesktop.org/software/systemd/man/systemctl.html#enable%20UNIT%E2%80%A6>.
|
2025-04-03 20:36:56 -06:00
|
|
|
|
|
|
|
|
- Enable a service to run on boot:
|
|
|
|
|
|
|
|
|
|
`systemctl enable {{unit}}`
|
|
|
|
|
|
|
|
|
|
- Enable a service to run on boot and start it now:
|
|
|
|
|
|
|
|
|
|
`systemctl enable {{unit}} --now`
|