Packages: cleanup targets that are not supported anymore.

This commit is contained in:
Konstantin Pavlov
2022-06-20 18:20:11 +04:00
parent c3e40ae932
commit 637a2006a6
23 changed files with 2 additions and 795 deletions

View File

@@ -1,16 +0,0 @@
{
"applications": {
"example_python": {
"type": "python 3.8",
"processes": 2,
"path": "/usr/share/doc/unit-python38/examples/python-app",
"module": "wsgi"
}
},
"listeners": {
"*:8400": {
"pass": "applications/example_python"
}
}
}