Packages: added Ubuntu 21.10 "impish" support.

This commit is contained in:
Andrei Belov
2021-10-21 13:23:25 +03:00
parent 314ca5c8c9
commit 0900edb10d
7 changed files with 193 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
{
"applications": {
"example_java18": {
"processes": 1,
"type": "java 18",
"webapp": "/usr/share/doc/unit-jsc18/examples/jsc-app"
}
},
"listeners": {
"*:8800": {
"pass": "applications/example_java18"
}
}
}