this is my distros run script for the daemon, dunno if that's relevant ``` #!/bin/sh [ -r conf ] && . ./conf export IPFS_PATH=${IPFS_PATH:=/var/lib/ipfs} exec chpst -u _ipfs ipfs daemon ${OPTS:=--init --enable-gc --migrate} 2>&1 ```