From: Sebastian Kemper Date: Fri, 22 Oct 2021 22:12:13 +0000 (+0200) Subject: asterisk: don't start with explicit group X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9017e04b8755b298649280b3d4491666f1b0c94b;p=feed%2Ftelephony.git asterisk: don't start with explicit group Currently the asterisk init script starts the service with the group "asterisk". Like this, even if the asterisk user is part of other groups, asterisk will not be able to make use of them. So for instance if you add the user to the group "dialout", asterisk will run under group "asterisk", instead of "asterisk" _and_ "dialout". Not specifying the group gets rid of this limitation. Signed-off-by: Sebastian Kemper --- diff --git a/net/asterisk/files/asterisk.init b/net/asterisk/files/asterisk.init index 256a3cf..0e267e7 100644 --- a/net/asterisk/files/asterisk.init +++ b/net/asterisk/files/asterisk.init @@ -51,7 +51,6 @@ start_service() { procd_open_instance procd_set_param command $COMMAND procd_append_param command \ - -G "$NAME" \ -U "$NAME" \ $options \ -f