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.
Open the 15.1/psa_x.y.z/bin folder in a terminal and type:
service.bat installTo Uninstall
Open the 15.1/psa_x.y.z/bin folder in a terminal and type:
service.bat uninstallIn /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_15.1.x/bin/startup.sh Replace celoxis with the user that runs the application and also specify the correct path of the executable above.