0

I'm trying to deploy an application which is provisioned with pax-run. However, it seems that it insists on installing the Gogo bundles. Since when the application is executed it does not get a terminal allocated, Gogo closes and stops the application with it.

I have found no way to remove to Gogo bundles or at least prevent them from stopping. How can I do that?

Robert Munteanu
  • 67,031
  • 36
  • 206
  • 278

1 Answers1

1

According to the documentation of Pax Runner, you can turn off the console with

--console=false

It's also possible to run as deamon

pax-rund --startd
Achim Nierbeck
  • 5,265
  • 2
  • 14
  • 22