summaryrefslogtreecommitdiffstats
path: root/net/coova-chilli/files/chilli.hotplug
blob: e12812b49edd816d855cefd10a5af8abbacfc93e (plain)
1
2
3
4
5
6
7
#!/bin/sh

[ "$ACTION" == "ifup" ] || exit 0

[ "$INTERFACE" = "wan" ] && {
	/etc/init.d/chilli restart
}