summaryrefslogtreecommitdiff
path: root/skip/apache2/apache2.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'skip/apache2/apache2.pre-install')
-rw-r--r--skip/apache2/apache2.pre-install8
1 files changed, 8 insertions, 0 deletions
diff --git a/skip/apache2/apache2.pre-install b/skip/apache2/apache2.pre-install
new file mode 100644
index 0000000..d4ede74
--- /dev/null
+++ b/skip/apache2/apache2.pre-install
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+addgroup -S -g 82 www-data 2>/dev/null
+addgroup -S apache 2>/dev/null
+adduser -S -D -H -h /var/www -s /sbin/nologin -G apache -g apache apache 2>/dev/null
+addgroup apache www-data 2>/dev/null
+
+exit 0