Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When the test and the production applications are present on the same server and a service with the name openspecimen is already created. User will have to create a service manually for the one of the applications since installer creates the service with the name openspecimen by default.

...

Set the service to start on reboot

  1. sudo /sbin/chkconfig --list os_prod
    If nothing lists then run the below command otherwise directly run #2#3.
  2. sudo /sbin/chkconfig --add os_prod
  3. sudo /sbin/chkconfig os_prod on
  4. sudo chkconfig --level 6 os_prod on