From 8a156a9fc410eaf8898b757f294d91031e596a11 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Mon, 14 May 2018 14:11:37 +0300 Subject: Packages: Ubuntu 18.10 "bionic" support added. --- pkg/deb/debian.module/unit.example-go1.10-config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pkg/deb/debian.module/unit.example-go1.10-config (limited to 'pkg/deb/debian.module') diff --git a/pkg/deb/debian.module/unit.example-go1.10-config b/pkg/deb/debian.module/unit.example-go1.10-config new file mode 100644 index 00000000..68733256 --- /dev/null +++ b/pkg/deb/debian.module/unit.example-go1.10-config @@ -0,0 +1,15 @@ +{ + "applications": { + "example_go": { + "type": "go", + "user": "nobody", + "executable": "/tmp/go1.10-app" + } + }, + + "listeners": { + "*:8500": { + "application": "example_go" + } + } +} -- cgit