From 0d9ff5f731aad0606c4d4dcb5e512b84c44c77e7 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 30 Jul 2021 16:06:14 +0200 Subject: debian: don't create user home --- debian/anastasis-httpd.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/anastasis-httpd.postinst') diff --git a/debian/anastasis-httpd.postinst b/debian/anastasis-httpd.postinst index 3899972..e9f6d32 100644 --- a/debian/anastasis-httpd.postinst +++ b/debian/anastasis-httpd.postinst @@ -17,7 +17,7 @@ case "${1}" in configure) # Creating taler users if needed if ! getent passwd ${_USERNAME} >/dev/null; then - adduser --quiet --system --ingroup ${_GROUPNAME} --home ${TALER_HOME} ${_USERNAME} + adduser --quiet --system --ingroup ${_GROUPNAME} --no-create-home --home ${TALER_HOME} ${_USERNAME} fi # Setup postgres database (needs dbconfig-pgsql package) -- cgit v1.2.3