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 committed by June
parent 1c6ef66e3e
commit 53974320e5
1 changed files with 1 additions and 1 deletions

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