#!/sbin/runscript depend() { need localmount } start() { ebegin "Starting H+BEDV AntiVir for UNIX Workstation (AvGuard)" /usr/lib/AntiVir/avguard start >/dev/null eend $? } stop() { ebegin "Stopping H+BEDV AntiVir for UNIX Workstation (AvGuard)" /usr/lib/AntiVir/avguard stop >/dev/null eend $? }