Packages: Ubuntu 18.10 "bionic" support added.

This commit is contained in:
Andrei Belov
2018-05-14 14:11:37 +03:00
parent bfccdea8e1
commit 8a156a9fc4
5 changed files with 89 additions and 1 deletions

View File

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