Open
Description
The systemd callbacks for notifying when elasticsearch is finished starting up happen in an Elasticsearch module. This happens rather late, and there is little control over when the callback is sent since it is just another plugin. After #85758 is merged, we should move the systemd callbacks into the server cli. That will allow is to make the NotifyAccess more restricted again, where we only need the server cli process to have access to callback.