Instalación de Celoxis como servicio
Configurar un servicio para Celoxis le permitirá iniciar automáticamente la aplicación tras el reinicio del servidor. No tendrá que ejecutar el script de inicio cada vez.
Para instalar
Antes de instalar Celoxis como servicio, asegúrese de que la aplicación se haya instalado correctamente.
Open the 15.1/psa_x.y.z/bin folder in a terminal and type:
Instalación del archivo service.batPara desinstalar
Open the 15.1/psa_x.y.z/bin folder in a terminal and type:
desinstalar service.batIn /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.