47 lines
764 B
JSON
47 lines
764 B
JSON
{
|
|
"processes" : [{
|
|
"name" : "web-server",
|
|
"path" : "/home/vladislav/web/web-server",
|
|
"dependencies" : {
|
|
"files" : [
|
|
{
|
|
"filename" : "control-file",
|
|
"src" : "/home/vladislav/web/"
|
|
},
|
|
{
|
|
"filename" : "config-file",
|
|
"src" : "/home/vladislav/web/"
|
|
}
|
|
],
|
|
"services" : [{
|
|
"hostname" : "ya.ru",
|
|
"port" : 443,
|
|
"triggers" : {
|
|
"wait" : 200,
|
|
"delay" : 3
|
|
}
|
|
}]
|
|
}
|
|
},
|
|
{
|
|
"name" : "temp-process",
|
|
"path" : "/home/vladislav/web/temp-process",
|
|
"dependencies" : {
|
|
"files" : [
|
|
{
|
|
"filename" : "control-file",
|
|
"src" : "/home/vladislav/web/"
|
|
}],
|
|
"services" : [{
|
|
"hostname" : "ya.ru",
|
|
"port" : 443,
|
|
"triggers" : {
|
|
"wait" : 200,
|
|
"delay" : 3
|
|
}
|
|
}]
|
|
}
|
|
}
|
|
]
|
|
}
|