INITD=$@ apk_add $@ /etc/init.d/$INITD start sleep 2 pidof $INITD /etc/init.d/$INITD stop while pidof $INITD; do\ echo -n "." >/dev/tty;\ sleep 1;\ done apk_del $@