Packages: added Ubuntu 23.10 "mantic" support.

This commit is contained in:
Konstantin Pavlov
2023-10-17 16:22:44 -07:00
committed by Konstantin Pavlov
parent 9e98670448
commit 3a2687bb71
6 changed files with 193 additions and 1 deletions

View File

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