Installing Celoxis as a Service


Setting up a service for Celoxis will help you automatically start the application after a server reboot. You won't have to run the startup script every time.

To Install

Before you install Celoxis as a service, ensure that the application has been installed successfully.

In Windows Explorer, go to <Celoxis-Install-Dir>/psa_x.y.z/bin, right click on celoxis-service-install and click Run as Administrator.

To Uninstall

In Windows Explorer, go to < <Celoxis-Install-Dir>>/psa_x.y.z/bin, right click on celoxis-service-uninstall and click Run as Administrator.

In /etc/rc.local (or the file in your Linux flavor that get's executed at startup), write the following:

sudo -i celoxis -c /usr/local/celoxis/psa_14.5.x/bin/startup.sh
Replace celoxis with the user that runs the application and also specify the correct path of the executable above.