first commit
This commit is contained in:
16
config.json
Normal file
16
config.json
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"services": [
|
||||
{
|
||||
"cmd": "/bin/sleep",
|
||||
"args": ["100"]
|
||||
},
|
||||
{
|
||||
"cmd": "/bin/cat",
|
||||
"args": []
|
||||
},
|
||||
{
|
||||
"cmd": "/bin/grep",
|
||||
"args": ["main"]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user