golemfactory / dapp-runner

GNU Lesser General Public License v3.0
5 stars 6 forks source link

Init commands have to be run in the background #62

Open VanDavv opened 1 year ago

VanDavv commented 1 year ago

Currenty we force each command to return "promt" by using & at the end of command. As creator I need that last command (i.e. server start) was not run in background.

Each of the commands listed in the init section of the node has to finish its execution. That's why each of the commands, even if it hangs on the execution like serving the API, has to be ended with & indicating running in the background.


ToDo:

mateuszsrebrny commented 1 year ago

(requires SDK analysis Q4, resolution rather Q1)