procd: support term_timeout parameter

Expose "term_timeout" parameter in procd.sh to allow init scripts to
request a longer termination timeout.

This is required to fix FS#859 in a later commit.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 7 years ago
parent 124ab1dc0a
commit 2c5f16ecac

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=procd
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(LEDE_GIT)/project/procd.git

@ -213,7 +213,7 @@ _procd_set_param() {
json_add_string "" "$@"
json_close_array
;;
nice)
nice|term_timeout)
json_add_int "$type" "$1"
;;
reload_signal)

Loading…
Cancel
Save