pub const SERVICE_PROC_NAME: &'static str;Expand description
Name of the system service proc on a host.
Hosts the admin actor layer: HostMeshAgent, MeshAdminAgent, and bridge. Legacy singleton proc name used for host system actors.
This is not a true singleton: every host may have a service proc, so
local delivery must compare both proc id and location for this id.