mirror of
https://github.com/openwrt/telephony.git
synced 2026-08-29 06:21:30 +04:00
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 <sebastian_ml@gmx.net>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
# Copyright (C) 2017 - 2018 OpenWrt.org
|
||||
|
||||
START=90
|
||||
STOP=10
|
||||
|
||||
USE_PROCD=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user