github.com/zenyuk/edward@v1.8.17/config/testdata/test5.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 "groups": [ 18 { 19 "name": "group", 20 "children": ["service1"] 21 }, 22 { 23 "name": "group", 24 "children": ["service1"] 25 } 26 ] 27 }