ControlCommand Data Type

Properties
name data type description
status string status of the service
pid number PID of the service
result string the result of the 'tail' command

Example

{
  "status" : "running",
  "pid" : 5381,
  "result" : "..."
}