forked from pool/haproxy
0b429848d7
Update to 1.4.25. Amended SR with missing patch information in .changes OBS-URL: https://build.opensuse.org/request/show/232846 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/haproxy?expand=0&rev=4
46 lines
1.0 KiB
Diff
46 lines
1.0 KiB
Diff
From cb214d574a4d0474427fca9c05ac1a72d075c45e Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Kristoffer=20Gr=C3=B6nlund?= <krig@koru.se>
|
|
Date: Tue, 6 May 2014 08:43:11 +0200
|
|
Subject: [PATCH 09/15] openSUSE: Configure haproxy user
|
|
|
|
---
|
|
examples/examples.cfg | 4 ++--
|
|
examples/haproxy.cfg | 6 +++---
|
|
2 files changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/examples/examples.cfg b/examples/examples.cfg
|
|
index 3499e7bd76b0..ed75c758952f 100644
|
|
--- a/examples/examples.cfg
|
|
+++ b/examples/examples.cfg
|
|
@@ -3,8 +3,8 @@ global
|
|
# log 127.0.0.1 local1
|
|
maxconn 4000
|
|
ulimit-n 8000
|
|
- uid 0
|
|
- gid 0
|
|
+ user haproxy
|
|
+ group haproxy
|
|
# chroot /tmp
|
|
# nbproc 2
|
|
# daemon
|
|
diff --git a/examples/haproxy.cfg b/examples/haproxy.cfg
|
|
index 1c71d617716e..6f8a4ac51d0b 100644
|
|
--- a/examples/haproxy.cfg
|
|
+++ b/examples/haproxy.cfg
|
|
@@ -5,9 +5,9 @@ global
|
|
log 127.0.0.1 local1 notice
|
|
#log loghost local0 info
|
|
maxconn 4096
|
|
- chroot /usr/share/haproxy
|
|
- uid 99
|
|
- gid 99
|
|
+ chroot /var/lib/haproxy
|
|
+ user haproxy
|
|
+ group haproxy
|
|
daemon
|
|
#debug
|
|
#quiet
|
|
--
|
|
1.8.4.5
|
|
|