summaryrefslogtreecommitdiffstats
path: root/testing/privoxy/privoxy.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/privoxy/privoxy.pre-install')
-rw-r--r--testing/privoxy/privoxy.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/privoxy/privoxy.pre-install b/testing/privoxy/privoxy.pre-install
new file mode 100644
index 00000000..38db0028
--- /dev/null
+++ b/testing/privoxy/privoxy.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup privoxy 2>/dev/null
+adduser -S -G privoxy -h /var/log/privoxy -s /bin/false -D privoxy 2>/dev/null
+exit 0
+