Examples (3)
Enable a service to run on boot
systemctl enable unitEnable a service to run on boot and start it now
systemctl enable unit --nowEnable a user unit to run on login
systemctl enable unit --usermade by @shridhargupta | data from tldr-pages