only restart respondd when mesh-interfaces change
This commit is contained in:
parent
1c7f01be4a
commit
8dfa61af2d
@ -1,9 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
. /lib/functions/service.sh
|
|
||||||
|
|
||||||
case "$ACTION" in
|
|
||||||
ifup)
|
|
||||||
/etc/init.d/gluon-respondd restart_if_running &
|
|
||||||
;;
|
|
||||||
esac
|
|
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
/etc/init.d/gluon-respondd restart_if_running &
|
Loading…
Reference in New Issue
Block a user