--On Wednesday, August 25, 2021 9:35 AM -0700 Bryan Boone <[email protected]> wrote:

When I run

./gradlew "ofbizBackground —start"

On Centos Linux 7 on AWS EC2, OFBiz starts up and runs in the background
just fine.  However when I exit the terminal, the program terminates.

It was working a while ago and I could exit and the program would still
run.  Not sure what changed.  Any ideas on how to fix?

Perhaps the program was changed to honor the HUP signal, which is sent by the controlling terminal process to all child processes when it exits. Start OFBiz with nohup to keep the shell from sending HUP to it on exit.

<https://linuxize.com/post/linux-nohup-command/>



Reply via email to