# systemctl enable > Enable systemd services. > More information: . - 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` - Enable a user unit to run on login: `systemctl enable {{unit}} --user`