summaryrefslogtreecommitdiffstats
path: root/net/simple-adblock/files/simple-adblock.hotplug
blob: 0b8e2d8bc098d340909b0b10aa031b4c88536dc2 (plain)
1
2
3
4
5
#!/bin/sh

if [ "$ACTION" = "ifup" ]; then
  sleep 10 && /etc/init.d/simple-adblock start hotplug &
fi