debian: create system account verbosely

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-05-13 22:14:24 -04:00
parent e216ed269d
commit a118f3308e

2
debian/postinst vendored
View file

@ -14,7 +14,7 @@ case "$1" in
--home "$CONDUWUIT_DATABASE_PATH" \
--disabled-login \
--shell "/usr/sbin/nologin" \
--force-badname \
--verbose \
conduwuit
fi