aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-05 10:56:14 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-05 10:56:14 +0000
commitf85bba8f4ab566138fee85c7619acf068afb748e (patch)
treed7bdb18c3b079e6558aa62371fff9aa16cf348c6 /package/network/config
parent438acfd236c26ac989a9f4e7d5c7dce1b2afe453 (diff)
downloadupstream-f85bba8f4ab566138fee85c7619acf068afb748e.tar.gz
upstream-f85bba8f4ab566138fee85c7619acf068afb748e.tar.bz2
upstream-f85bba8f4ab566138fee85c7619acf068afb748e.zip
netfid: make procd watch the network.interface object for events
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41010 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config')
-rwxr-xr-xpackage/network/config/netifd/files/etc/init.d/network1
1 files changed, 1 insertions, 0 deletions
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