aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rspamd/rspamd.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/rspamd/rspamd.pre-install')
-rw-r--r--testing/rspamd/rspamd.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rspamd/rspamd.pre-install b/testing/rspamd/rspamd.pre-install
index b107f1c2ec..b37dcf3422 100644
--- a/testing/rspamd/rspamd.pre-install
+++ b/testing/rspamd/rspamd.pre-install
@@ -1,6 +1,6 @@
#!/bin/sh
addgroup -S rspamd 2>/dev/null
-adduser -S -h /var/lib/rspamd -g "rspamd" -s /bin/false -DHG rspamd rspamd 2>/dev/null
+adduser -S -D -H -h /var/lib/rspamd -s /bin/false -G rspamd -g rspamd rspamd 2>/dev/null
exit 0