From 4bc92ccddd52c0a7454247cb226ce085e62394e8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 29 Jun 2025 21:15:29 -0500 Subject: initial start after split from gowebd --- postinst | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 postinst (limited to 'postinst') diff --git a/postinst b/postinst new file mode 100755 index 0000000..82b9e71 --- /dev/null +++ b/postinst @@ -0,0 +1,7 @@ +#!/bin/sh +set -e + +cd /etc/gowebd/ + +# allow the binary to open ports below 1024 +setcap 'cap_net_bind_service=+ep' /usr/bin/gowebd -- cgit v1.2.3