| try adding a
#/bin/sh
line to the top of your S99local script - it should be there by default
(also is there a possibility that the program IS running on startup, but is doign something funny?) remember that S99local is executed before you login into X, so if this is some kind of X app maybe it isn't running the way you want it too...
try adding somethign like
touch /tmp/s99local_script_ran
and after you restart check if the file exists
ls -l /tmp/s99local_script_ran
if you add this the touch line after your cpudocker call and the file shows up in /tmp then the cpudocker program WAS called, it is just not acting the way you want it to.
__________________
majorwoo
Quiet brain, or I\'ll stab you with a Q-tip.
|