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