: How to automate this service? I'm assuming that you boot into runlevel 3, just make a link to the service you want to start up in /etc/rc3.d/ (or /etc/rc5.d/ if you're starting up in level 5). named S<some number>ichekd to /etc/rc.d/init.d/ichekd (I assume that's where the startup script is? ).
The <some number> is used to control the order in which the services are started so if some other ones need to be started before icheckd, make sure that this one has a number greater than that one. HTH -- All great ideas are controversial, or have been at one time. ~noufal _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
