#! /bin/bash
#
#
#   Startup/shutdown script for clam-antivirus
#
#
# Start or stop clam-antivirus based upon the first argument to the script.
#

RUNLEVEL=3
NEEDS="+network"
#PROVIDES="antivirus"
PROGRAM=/usr/sbin/clamd
. /etc/init.d/smgl_init 
