freeswitch: set stop level 671/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Mon, 16 Aug 2021 21:09:59 +0000 (23:09 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Tue, 17 Aug 2021 16:11:53 +0000 (18:11 +0200)
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 <sebastian_ml@gmx.net>
net/freeswitch/Makefile
net/freeswitch/files/freeswitch.init

index d4d48e7daff919f17dc40ae6e5ea73ab8c086edc..75a4067feee01aaad295ab6bc17da090b1f3d77b 100644 (file)
@@ -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 <sebastian_ml@gmx.net>
 
 PKG_SOURCE:=freeswitch-$(PKG_VERSION).-release.tar.xz
index 2989f6710f04ef4d3f765bc6d0bacf4bbb6d056f..b704eb3c98a62eb7aa9b073d32e80a913eede8da 100644 (file)
@@ -2,6 +2,7 @@
 # Copyright (C) 2017 - 2018 OpenWrt.org
 
 START=90
+STOP=10
 
 USE_PROCD=1