pub const LEGACY_SERVICE_PROC_NAME: &str = "service";Expand description
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.