How does a service reload differ from a restart?
Restart reads configuration without affecting the current process.
A reload asks the running service to reread configuration, while a restart stops and starts the service process.
Reload removes the service package and restart installs it again.
They are two names for exactly the same stop-and-start operation.