[EMAIL PROTECTED] wrote:

Hello,

I have installed apache and spamd from source and would like for them to start 
on bootup. How do I do that? (there are no .sh scripts for them in 
/usr/local/etc/rc.d)

Thanks for your time.

Regards

Peter



Scripts are great, but in a pinch you can add entries to root's crontab using "@reboot" in place of the usual fields for min-hour-day and friends...

I've used this before when installing from source:

@reboot         /usr/local/sbin/apachectl start

Kevin Kinsey
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to