aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.pre-install
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2016-01-20 20:43:52 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-01-21 06:43:21 +0000
commitdc22d5617cdda529193e753640e9647a6663f4c2 (patch)
treec81f62fd52270d95af0c1d1430dd6f528efc7272 /testing/rspamd/rspamd.pre-install
parent7cce64aecb1610cbcae427843e6fdb2f96b210f0 (diff)
downloadaports-dc22d5617cdda529193e753640e9647a6663f4c2.tar.bz2
aports-dc22d5617cdda529193e753640e9647a6663f4c2.tar.xz
testing/rspamd: new aport
Rapid spam filtering system https://rspamd.com
Diffstat (limited to 'testing/rspamd/rspamd.pre-install')
-rw-r--r--testing/rspamd/rspamd.pre-install6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/rspamd/rspamd.pre-install b/testing/rspamd/rspamd.pre-install
new file mode 100644
index 0000000000..db50214980
--- /dev/null
+++ b/testing/rspamd/rspamd.pre-install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+addgroup -S rspamd 2>/dev/null
+adduser -h /var/lib/rspamd -g "rspamd spam filtering system" -s /bin/false -SDHG rspamd rspamd 2>/dev/null
+
+exit 0