holodeck-b2b / Holodeck-B2B

Holodeck B2B is an AS4 system-to-system messaging solution that implements the OASIS specifications for ebMS3 and it's AS4 profile. For more information visit the project website
http://holodeck-b2b.org
GNU General Public License v3.0
71 stars 36 forks source link

Use 'exec' to start the java program. #87

Closed flupzor closed 6 years ago

flupzor commented 6 years ago

Use 'exec' to start the java program, instead of forking the process, and keeping the shell script running it replaces the bash program with the java program inside the process, and will start running that.

This is useful if you want to kill holodeck using, for example, supervisord, now supervisord can kill the initially forked process (which first is a bash script, then becomes the java program).

RenateS commented 6 years ago

Hi Alexander, Thanks for your contribution. We'd like to include it, but could you please change your PR to the 'R-3.x' branch as we'd like to keep Master equal to the last release. Dank je wel!

flupzor commented 6 years ago

Oops, completely forgot about this. I've updated the PR.