From 90e7224ece3a7d3bd857a2914709fc7299233914 Mon Sep 17 00:00:00 2001 From: Manus Freedom Date: Tue, 7 Jun 2016 23:16:45 +0200 Subject: [PATCH] Fix service unable to run with uid in global ("Some configuration options require full privileges, so global.uid cannot be changed."): chroot and others (need to list them, so may be we can set it dynamically) --- .../opnsense/service/templates/OPNsense/HAProxy/haproxy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf b/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf index e1996d3e5..781553602 100644 --- a/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf +++ b/net/haproxy/src/opnsense/service/templates/OPNsense/HAProxy/haproxy.conf @@ -441,7 +441,7 @@ {# ############################### #} global - uid 80 + #uid 80 gid 80 {% if OPNsense.HAProxy.general.tuning.chroot == "1" %} # NOTE: chroot prevents (most) local logging, you need to enable remote