Merge pull request #694 from micmac1/fs-nogroup

freeswitch: don't start with explicit group
This commit is contained in:
micmac1 2021-10-17 20:45:01 +02:00 committed by GitHub
commit e05e0095d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=freeswitch
PKG_VERSION:=1.10.6
PKG_RELEASE:=4
PKG_RELEASE:=5
PKG_MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
PKG_SOURCE:=freeswitch-$(PKG_VERSION).-release.tar.xz

View file

@ -83,7 +83,6 @@ start_service() {
-cache "$dir_cache" \
-conf "$dir_etc" \
-db "$dir_db" \
-g "$NAME" \
-log "$dir_log" \
-recordings "$dir_recordings" \
-run "$dir_run" \