On Thu, 06 Oct 2005 09:07:40 -0700, kelsey hudson wrote in <[EMAIL PROTECTED]>: > > service mrtg-daemon (start|stop|restart) etc. > > if you want it to start at boot time add symbolic links > to /etc/rcX.d where X is the runlevel into which you boot your > machine.
It is much versatile method but on RHL you can simply use: chkconfig --add mrtg-daemon you can customize runlevel and precedence by putting a comment line into 'mrtg-daemon' script like: # chkconfig: 2345 75 25 man chkconfig -- Takumi Yamane <[EMAIL PROTECTED]> -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
