From: Sebastian Kemper Date: Mon, 16 Aug 2021 21:09:59 +0000 (+0200) Subject: freeswitch: set stop level X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F671%2Fhead;p=feed%2Ftelephony.git freeswitch: set stop level This sets STOP to 10 to allow for a graceful shutdown. Users may additionally need to set "term_timeout" in /etc/config/freeswitch to a sensible value. Signed-off-by: Sebastian Kemper --- diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index d4d48e7..75a4067 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=freeswitch PKG_VERSION:=1.10.6 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_MAINTAINER:=Sebastian Kemper PKG_SOURCE:=freeswitch-$(PKG_VERSION).-release.tar.xz diff --git a/net/freeswitch/files/freeswitch.init b/net/freeswitch/files/freeswitch.init index 2989f67..b704eb3 100644 --- a/net/freeswitch/files/freeswitch.init +++ b/net/freeswitch/files/freeswitch.init @@ -2,6 +2,7 @@ # Copyright (C) 2017 - 2018 OpenWrt.org START=90 +STOP=10 USE_PROCD=1