Name
Service::RunInitScriptOutput —
Run init script and return output
Synopsis
Import Service;
map
Service::RunInitScriptOutput
( |
string
| name
, |
|
string
| param
) ; |
Parameters
-
string
name
init service name
-
string
param
init script argument
Return Value
-
map
A map of $[ "stdout" : "...", "stderr" : "...", "exit" : int]