Use exec to start IPFS daemon
This incorporates feedback from @RX14 in #1685 and might fix #1537 as the ipfs daemon would get the stop signal from the docker daemon... Maybe that way it stops in a cleaner manner... License: MIT Signed-off-by: Knut Ahlers <knut@ahlers.me>
Knut Ahlers committed
Sep 15, 2015 at 11:28 UTC
1cdafc71463b1bbbf957ea18e3a8cd224d7a0b96
1 file changed
+1
-1
bin/container_daemon
+1
-1
@@ -18,4 +18,4 @@ else
18
ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/8080
19
fi
20
21
-ipfs daemon
21
+exec ipfs daemon