Packages: added Ubuntu 19.10 "eoan" support.

This commit is contained in:
Andrei Belov
2019-11-21 14:13:24 +03:00
parent bc14605fd6
commit 5758a06374
8 changed files with 168 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
{
"applications": {
"example_go": {
"type": "external",
"user": "nobody",
"executable": "/tmp/go1.12-app"
}
},
"listeners": {
"*:8500": {
"pass": "applications/example_go"
}
}
}

View File

@@ -0,0 +1,15 @@
{
"applications": {
"example_go": {
"type": "external",
"user": "nobody",
"executable": "/tmp/go1.13-app"
}
},
"listeners": {
"*:8500": {
"pass": "applications/example_go"
}
}
}