asterisk: don't start with explicit group
authorSebastian Kemper <sebastian_ml@gmx.net>
Fri, 22 Oct 2021 22:12:13 +0000 (00:12 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Fri, 22 Oct 2021 22:12:15 +0000 (00:12 +0200)
commit9017e04b8755b298649280b3d4491666f1b0c94b
tree5ceb6cfcbaffe1cca8ff7a4d7b586c75072136ec
parentf56b9ff2dcf115a5b90a5f10c6e6eb222ece01fd
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 <sebastian_ml@gmx.net>
net/asterisk/files/asterisk.init