Commit 1cdafc71 authored by Knut Ahlers's avatar Knut Ahlers

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: default avatarKnut Ahlers <knut@ahlers.me>
parent df861afc
......@@ -18,4 +18,4 @@ else
ipfs config Addresses.Gateway /ip4/0.0.0.0/tcp/8080
fi
ipfs daemon
exec ipfs daemon
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment