github.com/mattevans/edward@v1.9.2/config/testdata/test4.json (about) 1 { 2 "imports": [ 3 "imports4/import1.json" 4 ], 5 "services": [ 6 { 7 "name": "service1", 8 "path": ".", 9 "requiresSudo": true, 10 "commands": { 11 "build": "buildCmd", 12 "launch": "launchCmd", 13 "stop": "stopCmd" 14 }, 15 "log_properties": { 16 "started": "startedProperty" 17 } 18 } 19 ], 20 "groups": [ 21 { 22 "name": "group", 23 "children": ["service1"] 24 } 25 ] 26 }