aboutsummaryrefslogtreecommitdiffstats
path: root/community/opendmarc/opendmarc.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/opendmarc/opendmarc.pre-install')
-rw-r--r--community/opendmarc/opendmarc.pre-install5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/opendmarc/opendmarc.pre-install b/community/opendmarc/opendmarc.pre-install
new file mode 100644
index 00000000000..5345378ba58
--- /dev/null
+++ b/community/opendmarc/opendmarc.pre-install
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+adduser -S -D -H -h /run/opendmarc -s /sbin/nologin -G mail -g opendmarc opendmarc 2>/dev/null
+
+exit 0