aboutsummaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
authorMikhail Gusarov <dottedmag@dottedmag.net>2014-02-23 09:33:05 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-02-24 13:17:46 +0000
commit9ab8da7bf675f3c6cb270f66738ec1875e73aa57 (patch)
treec61566ead21ed76b9800b6592fbd1c5cd8628397 /debian/postinst
parent3570a7f31c3d9fef27b7283f67932d876a595eac (diff)
downloadrspamd-9ab8da7bf675f3c6cb270f66738ec1875e73aa57.tar.gz
rspamd-9ab8da7bf675f3c6cb270f66738ec1875e73aa57.zip
Use _rspamd as a system user in Debian
Diffstat (limited to 'debian/postinst')
-rw-r--r--debian/postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst
index 78c280568..4c39b569a 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -7,7 +7,7 @@ case "$1" in
configure)
SERVER_HOME=/var/lib/rspamd
SERVER_LOG=/var/log/rspamd
- SERVER_USER=rspamd
+ SERVER_USER=_rspamd
SERVER_NAME="Rspamd spam filtering system"
adduser --quiet \