dappnode / DNP_IPFS

Dappnode package responsible for providing IPFS connectivity
GNU General Public License v3.0
4 stars 9 forks source link

Add gracefully shut down #44

Closed pablomendezroyo closed 2 years ago

pablomendezroyo commented 3 years ago

Stop ipfs package seems to result in exit code != 0 when attemping to stop it

There should be handled the SIGSTOP signal so the exit code is 0

pablomendezroyo commented 2 years ago

The sigterm handler will only affet to the entrypoint execution, once the ipfs daemon is executed it will not be listening anymore.

Research if executing in background ipfs damon & works