From 7a0606124a198fa04ba7a766af476d598ad80e80 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 5 Jun 2014 10:56:14 +0000 Subject: [PATCH] netfid: make procd watch the network.interface object for events Signed-off-by: John Crispin SVN-Revision: 41010 --- package/network/config/netifd/files/etc/init.d/network | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/config/netifd/files/etc/init.d/network b/package/network/config/netifd/files/etc/init.d/network index 2e22732a9f..8a65f05b41 100755 --- a/package/network/config/netifd/files/etc/init.d/network +++ b/package/network/config/netifd/files/etc/init.d/network @@ -18,6 +18,7 @@ start_service() { procd_open_instance procd_set_param command /sbin/netifd procd_set_param respawn + procd_set_param watch network.interface [ -e /proc/sys/kernel/core_pattern ] && { procd_set_param limits core="unlimited" echo '/tmp/%e.%p.%s.%t.core' > /proc/sys/kernel/core_pattern -- 2.30.2