summaryrefslogtreecommitdiff
path: root/net-proxy/haproxy/files/haproxy.confd
diff options
context:
space:
mode:
authorMarcin Deranek <gringo@slonko.net>2019-01-12 22:55:47 +0100
committerMarcin Deranek <gringo@slonko.net>2019-01-12 22:55:47 +0100
commit5c9722d4f665c8d881d89a8a5a398ff821a638ab (patch)
tree4ff51258d9f5b05ef7a0ff6e47e35c88c48a89fb /net-proxy/haproxy/files/haproxy.confd
parent9e22ecbfdcf8a80d428a11e5dc180f7326f51eec (diff)
downloadportage-5c9722d4f665c8d881d89a8a5a398ff821a638ab.tar.gz
portage-5c9722d4f665c8d881d89a8a5a398ff821a638ab.tar.bz2
portage-5c9722d4f665c8d881d89a8a5a398ff821a638ab.zip
New ebuild
Diffstat (limited to 'net-proxy/haproxy/files/haproxy.confd')
-rw-r--r--net-proxy/haproxy/files/haproxy.confd14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-proxy/haproxy/files/haproxy.confd b/net-proxy/haproxy/files/haproxy.confd
new file mode 100644
index 0000000..30739eb
--- /dev/null
+++ b/net-proxy/haproxy/files/haproxy.confd
@@ -0,0 +1,14 @@
+# HAProxy config file(s), space separated
+#CONFIGS="/etc/haproxy/haproxy.cfg"
+
+# Additional HAProxy command line options
+HAPROXY_OPTS=""
+
+# If you want to make use ot the new seamless reload you can just write your own
+# reload_seamless function here. It will be called by the init script.
+# For more information on how to use that feature please have a look at the
+# "seamless_reload.txt" documentation file (requires net-proxy/haproxy[examples])
+#reload_seamless() {
+# checkpath -d -m 0700 haproxy:haproxy "/run/haproxy/"
+# socat /run/haproxy/socket - <<< "show servers state" > /run/haproxy/global.state
+#}