brent depending what your goal is
systemctl start <service> just starts it, you have to rerun the command after a reboot
systemctl enable <service> will hook it into the correct places for be started on boot
systemctl enable --now <service> will hook and start the service
it depends how you wanna use it, always enable everything can lead to a slower boot time (just saying)