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

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