#!/bin/sh [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && { sleep 3 sh /etc/fastdstart.sh }