How to reload the systemd configuration
When changes are made to systemd unit files, such as a .service file, the systemd daemon needs to be reloaded. This way it can activate the changes. The reload is done use the systemctl command followed by daemon-reload.
systemctl daemon-reload