Bryce wrote:

The startup script “clamav-milter.sh” Makes a few calls to init.d. I am on a Virtual Private Server so I do not have init.d available to me. All I have is rc.d. How can I then get clamav-milter to start when I reboot my server?

Thanks

Write your own simple script and put them to rc.d/

#!/bin/sh
echo "Starting clamav-milter. "
/usr/sbin/clamav-milter $CLAMAV_FLAGS
#end


Petr





------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Clamav-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/clamav-users

Reply via email to