diff options
author | Mikhail Gusarov <dottedmag@dottedmag.net> | 2014-02-23 09:46:28 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-02-24 13:17:47 +0000 |
commit | 7898ab549b704fcef877ba0f0dab121305c8e926 (patch) | |
tree | 8aa3078ca8db1f067467c741e60e8b3efc534c67 | |
parent | 5668fc525483685dedd771bd2394d3abd6f26980 (diff) | |
download | rspamd-7898ab549b704fcef877ba0f0dab121305c8e926.tar.gz rspamd-7898ab549b704fcef877ba0f0dab121305c8e926.zip |
_rspamd user needs --force-badname
-rw-r--r-- | debian/postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postinst b/debian/postinst index 6330486c2..c8c5a5aee 100644 --- a/debian/postinst +++ b/debian/postinst @@ -17,6 +17,7 @@ case "$1" in --no-create-home \ --disabled-login \ --gecos "$SERVER_NAME" \ + --force-badname \ $SERVER_USER chown $SERVER_USER: $SERVER_HOME $SERVER_LOG |