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