Reference
How systemd services work
systemd manages services on many Linux distributions using unit files. Service configuration commonly uses [Unit], [Service] and [Install] sections.
After adding or changing a unit file, run systemctl daemon-reload. Enabling a service at boot and starting it now are separate operations.