stagedRuntimePath method

String stagedRuntimePath(
  1. ServiceDescriptor d
)

Where stageRuntime writes the private copy: <home>\bin\<role>-<file>.

Implementation

String stagedRuntimePath(svc.ServiceDescriptor d) =>
    '${runtimeDir(d)}\\${d.serviceName}-${_basename(_runtimeSource(d))}';