#!/bin/sh

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