How to start the Teamwork Server on startup (suse linux 10)

currently we have to start the server in a user session. if this session is closed the teamwork server is also down.
Question - see subject !

Is there any script we can use or any description how we can do it with the suse config tool YAST?

cheers

You can run following command to start the the Teamwork Server as service:
/usr/local/Teamwork_Server_2.3/bin/StartTeamworkServerService start

and shutdown by:
/usr/local/Teamwork_Server_2.3/bin/StartTeamworkServerService stop

You can run following command for installing as services
ln -s /usr/local/Teamwork_Server_2.3/bin/StartTeamworkServer /etc/init.d/vpteamworkserver
ln -s /etc/init.d/vpteamworkserver /etc/rc3.d/S98vpteamworkserver

  • Warning, I only tested these command on Fedora Core 5
  • I assume you are running in level 3