aboutsummaryrefslogtreecommitdiffstats
path: root/testing/haproxy/haproxy.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/haproxy/haproxy.pre-install')
-rw-r--r--testing/haproxy/haproxy.pre-install12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/haproxy/haproxy.pre-install b/testing/haproxy/haproxy.pre-install
deleted file mode 100644
index 33e0164aff..0000000000
--- a/testing/haproxy/haproxy.pre-install
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-addgroup haproxy 2>/dev/null
-adduser -S -H -h /var/lib/haproxy -s /bin/false -D \
- -G haproxy haproxy 2>/dev/null
-
-# move config to new location
-if [ -e /etc/haproxy.cfg ] && ! [ -e /etc/haproxy/haproxy.cfg ]; then
- mkdir -p /etc/haproxy
- mv /etc/haproxy.cfg /etc/haproxy/haproxy.cfg
-fi
-