stagedRuntimePath method
Where stageRuntime writes the private copy: <home>\bin\<role>-<file>.
Implementation
String stagedRuntimePath(svc.ServiceDescriptor d) =>
'${runtimeDir(d)}\\${d.serviceName}-${_basename(_runtimeSource(d))}';
Where stageRuntime writes the private copy: <home>\bin\<role>-<file>.
String stagedRuntimePath(svc.ServiceDescriptor d) =>
'${runtimeDir(d)}\\${d.serviceName}-${_basename(_runtimeSource(d))}';