Moving everything to CentOS servers from Ubuntu. The start up script
used to start OM4 in Ubuntu was just /etc/init.d/<startup script>
start. It then started in the background with a few lines:
start-stop-daemon: --start needs --exec or --startas
Try 'start-stop-daemon --help' for more information.
You cannot use the same command in CentOS as if you do it runs the
script in the foreground, which as soon as you stop the terminal it
kills the process.
Know of another way to run the script in the background? I have tried
/etc/init.d/<startup script> start & and that does not work