1 2 3 4 5
#!/bin/sh if [ "$ACTION" = "ifup" ]; then sleep 10 && /etc/init.d/simple-adblock start hotplug & fi