Not sure specfically about Suse, but all Unices have a init.d and rc.d directories somewhere in /etc to allow services and daemons to run. Both the jrec_jetty.sh and one of the trio.sh are pretty much just droppable into that setup. Read up on chkconfig (might be Redhat specific?) and initd. Basic idea is put the script into /etc/init.d, and create symlinks in /etc/rc1.d, rc2.d, rc3.d, etc.. to coordinate startup and shutdown of daemons.