Quote (mikshaw @ Feb. 24 2006,09:32) |
One way is to add "/opt/monkey/bin/banana start" to /opt/bootlocal.sh, and backup that file if necessary. If monkey is not a typical daemon (running in the background by default), you may need to add "&" to the end of the command. |
Code Sample |
sudo echo "/opt/monkey/bin/banana start" >> /opt/bootlocal.sh |