diff --git a/debian/postinst b/debian/postinst index e90ce468a5..3705bf2e70 100755 --- a/debian/postinst +++ b/debian/postinst @@ -24,7 +24,7 @@ case "$1" in if ! getent passwd freeswitch >/dev/null; then adduser --disabled-password --quiet --system \ --home /opt/freeswitch \ - --gecos "FreeSwitch Voice Platform" --group daemon \ + --gecos "FreeSwitch Voice Platform" --ingroup daemon \ freeswitch fi