From dba219f7c9b78ed62338a0331a198ed58bff8097 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 9 Dec 2013 17:29:34 +0000 Subject: netifd: enable coredumps again got broken due procd startup. Requires procd resource limit patch. Signed-off-by: Ulrich Weber git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39020 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/system/procd/files/procd.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/system/procd/files') diff --git a/package/system/procd/files/procd.sh b/package/system/procd/files/procd.sh index 2f97a5d7d2..73beaaf6b2 100644 --- a/package/system/procd/files/procd.sh +++ b/package/system/procd/files/procd.sh @@ -17,6 +17,7 @@ # data: arbitrary name/value pairs for detecting config changes (table) # file: configuration files (array) # netdev: bound network device (detects ifindex changes) +# limits: resource limits (passed to the process) # # No space separation is done for arrays/tables - use one function argument per command line argument # @@ -123,7 +124,7 @@ _procd_set_param() { local type="$1"; shift case "$type" in - env|data) + env|data|limits) _procd_add_table "$type" "$@" ;; command|netdev|file|respawn) @@ -177,7 +178,7 @@ _procd_append_param() { json_select "$type" case "$type" in - env|data) + env|data|limits) _procd_add_table_data "$@" ;; command|netdev|file|respawn) -- cgit v1.2.3