From 5758a0637469bb29b3568d3311bc58505f82fc0c Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Thu, 21 Nov 2019 14:13:24 +0300 Subject: Packages: added Ubuntu 19.10 "eoan" support. --- pkg/deb/debian.module/unit.example-go1.12-config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pkg/deb/debian.module/unit.example-go1.12-config (limited to 'pkg/deb/debian.module/unit.example-go1.12-config') diff --git a/pkg/deb/debian.module/unit.example-go1.12-config b/pkg/deb/debian.module/unit.example-go1.12-config new file mode 100644 index 00000000..b49f0aba --- /dev/null +++ b/pkg/deb/debian.module/unit.example-go1.12-config @@ -0,0 +1,15 @@ +{ + "applications": { + "example_go": { + "type": "external", + "user": "nobody", + "executable": "/tmp/go1.12-app" + } + }, + + "listeners": { + "*:8500": { + "pass": "applications/example_go" + } + } +} -- cgit