Packages: added support for Ubuntu 17.10.

This commit is contained in:
Andrei Belov
2017-12-28 20:38:35 +03:00
parent e939b8ae18
commit ad63a3e752
6 changed files with 159 additions and 0 deletions

View File

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