X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdebian%2Fcitadel-common.postinst;h=30e9104c9bd27bcf3893dc32ca2a516ac0b49570;hb=c35c476c95731539bf3b06ea4e1dbd24de995277;hp=37c560c0f6ad1020b78b98b2c57d474cdbee5f5f;hpb=91c9d042de4454bf8fd99d43e63db475c9eec551;p=citadel.git diff --git a/citadel/debian/citadel-common.postinst b/citadel/debian/citadel-common.postinst index 37c560c0f..30e9104c9 100644 --- a/citadel/debian/citadel-common.postinst +++ b/citadel/debian/citadel-common.postinst @@ -15,7 +15,7 @@ case "$1" in if ! getent passwd citadel >/dev/null; then adduser --system --ingroup citadel --home /var/lib/citadel \ --gecos "Citadel system user" --shell /bin/sh \ - --disabled-password citadel + --disabled-password --no-create-home citadel --shell /bin/false fi chown -R citadel:citadel /etc/citadel