#!/bin/sh
# ravmail			With this script you can start, stop or reload ravmd
#
# chkconfig:	235 75 40
# description: 	ravmd is a daemon that scans files for viruses using the \
#				RAV AntiVirus scan engine.
# processname: ravmd
# config: /etc/opt/rav/ravmd.conf
# pidfile: /var/opt/rav/run/ravmd.pid

DAEMON_PATH=/opt/rav/bin
DAEMON_NAME=ravmd
DAEMON_PID_FILE=/var/opt/rav/run/${DAEMON_NAME}.pid

. /etc/opt/rav/init.d/rav
