github.com/mattevans/edward@v1.9.2/config/testdata/telemetry.json (about)

     1  {
     2      "telemetryScript": "telemetry.sh",
     3      "services": [
     4          {
     5  			"name": "service1",
     6              "aliases": ["service2"],
     7              "path": ".",
     8  			"requiresSudo": true,
     9  			"commands": {
    10  				"build": "buildCmd",
    11  				"launch": "launchCmd",
    12  				"stop": "stopCmd"
    13  			},
    14  			"log_properties": {
    15  				"started": "startedProperty"
    16  			}
    17  		}
    18      ]
    19  }