Packages: Ubuntu 19.04 "disco" support added.

This commit is contained in:
Andrei Belov
2019-04-22 13:50:02 +03:00
parent 0c12afbf6a
commit 48ae47017b
4 changed files with 84 additions and 2 deletions

View File

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