MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / installServiceCommand

Function installServiceCommand

e2e/cli/service-install-takeover.test.ts:160–163  ·  view source on GitHub ↗
(exe: string)

Source from the content-addressed store, hash-verified

158};
159
160const installServiceCommand = (exe: string): string =>
161 guestOs() === "windows"
162 ? `& '${exe}' service install --port ${PORT}; exit $LASTEXITCODE`
163 : `${exe} service install --port ${PORT}`;
164
165const processAliveCommand = (pid: string): string =>
166 guestOs() === "windows"

Calls 1

guestOsFunction · 0.70

Tested by

no test coverage detected