23 lines
368 B
JSON
23 lines
368 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
|
|
}]
|
|
}
|
|
}]
|
|
}
|