The docs state to restart the daemon when changing the config. What’s the best way to do this?
sudo killall ipfs
doesn’t even kill this thing.
The docs state to restart the daemon when changing the config. What’s the best way to do this?
sudo killall ipfs
doesn’t even kill this thing.
ipfs shutdown
But killall ipfs
should stop the daemon, too. Always worked on my node, before they implemented the shutdown command.