2 Answers
- Newest
- Most votes
- Most comments
0
Hello,
To be able to make a long process run is by configuring something like this
-->java -jar /home/ubuntu/app/target/app.jar > /dev/null 2> /dev/null < /dev/null &[1]
The reason for this being CodeDeploy doesn't like if process run in background and this will send it to null giving some code and CodeDeploy will pass the script
Reference:
answered 4 years ago
0
Hello, i have the same issue using Windows server. Does anyone have a solution? Thank you.
answered 2 years ago
Relevant content
asked 5 years ago
asked 5 years ago
