lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

chilli.hotplug (106B)


      1 #!/bin/sh
      2 
      3 [ "$ACTION" == "ifup" ] || exit 0
      4 
      5 [ "$INTERFACE" = "wan" ] && {
      6 	/etc/init.d/chilli restart
      7 }