github.com/mattevans/edward@v1.9.2/config/testdata/test6.json (about) 1 { 2 "services": [ 3 { 4 "name": "service1", 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 "name": "group", 18 "path": ".", 19 "requiresSudo": true, 20 "commands": { 21 "build": "buildCmd", 22 "launch": "launchCmd", 23 "stop": "stopCmd" 24 }, 25 "log_properties": { 26 "started": "startedProperty" 27 } 28 } 29 ], 30 "groups": [ 31 { 32 "name": "group", 33 "children": ["service1"] 34 } 35 ] 36 }