Packages: added Ubuntu 19.10 "eoan" support.
This commit is contained in:
15
pkg/deb/debian.module/unit.example-go1.12-config
Normal file
15
pkg/deb/debian.module/unit.example-go1.12-config
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"applications": {
|
||||
"example_go": {
|
||||
"type": "external",
|
||||
"user": "nobody",
|
||||
"executable": "/tmp/go1.12-app"
|
||||
}
|
||||
},
|
||||
|
||||
"listeners": {
|
||||
"*:8500": {
|
||||
"pass": "applications/example_go"
|
||||
}
|
||||
}
|
||||
}
|
||||
15
pkg/deb/debian.module/unit.example-go1.13-config
Normal file
15
pkg/deb/debian.module/unit.example-go1.13-config
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"applications": {
|
||||
"example_go": {
|
||||
"type": "external",
|
||||
"user": "nobody",
|
||||
"executable": "/tmp/go1.13-app"
|
||||
}
|
||||
},
|
||||
|
||||
"listeners": {
|
||||
"*:8500": {
|
||||
"pass": "applications/example_go"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user