enable the timer.
The service is a oneshot that is called by the timer.
In general, whenever you have a service and timer with the same name it is reasonable to expect that the service is being used by the timer.
Of course, you could manually start the service if you wanted to force a onetime refresh but it wouldn’t stay running.