...
You also need to add the script with chkconfig so that everything start up after a reboot. If you named the above script as "webobjects", do :
Code Block |
---|
sudo /sbin/chkconfig --add webobjects sudo /sbin/chkconfig webobjects on |
...
You also need to add the script with chkconfig so that everything start up after a reboot. If you named the above script as "webobjects", do :
Code Block |
---|
sudo /sbin/chkconfig --add webobjects sudo /sbin/chkconfig webobjects on |