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