| Starting
the MRTG automatically
This was very confusing to
figure out but once I did it was very simple.
You need to edit /etc/rc.local.
pico
/etc/rc.local
I did not have this file on my
machine, so I took and chance and created it. Rebooted and it
worked!
Add the following line to rc.local
/usr/local/bin/update-mailstats.pl &
If you are creating a new
file, just add that line. That's the only thing you need.
|