Packages: added Ubuntu 22.10 "kinetic" support.

This commit is contained in:
Konstantin Pavlov
2022-11-16 17:05:57 +04:00
parent 0feab91c5b
commit 6afc524116
4 changed files with 116 additions and 1 deletions

View File

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