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

     1  {
     2  	"services": [
     3  		{
     4  			"name": "service3",
     5  			"path": ".",
     6  			"requiresSudo": true,
     7  			"commands": {
     8  				"build": "buildCmd",
     9  				"launch": "launchCmd",
    10  				"stop": "stopCmd"
    11  			},
    12  			"log_properties": {
    13  				"started": "startedProperty"
    14  			}
    15  		}
    16  	],
    17  	"groups": [
    18  		{
    19  			"name": "group3",
    20  			"children": ["service3"]
    21  		}
    22  	]
    23  }