There's nothing specific to Go language. This type of application object can be used to run any external application that utilizes libunit API.
16 lines
193 B
Plaintext
16 lines
193 B
Plaintext
{
|
|
"applications": {
|
|
"example_go": {
|
|
"type": "external",
|
|
"user": "nobody",
|
|
"executable": "/tmp/go-app"
|
|
}
|
|
},
|
|
|
|
"listeners": {
|
|
"*:8500": {
|
|
"application": "example_go"
|
|
}
|
|
}
|
|
}
|