Caradano-node.service: Failed with result 'exit-code'

i am getting this error

am getting this error
the path to testnet-config json is aslo correct

Are you only running this?

cardano-node run

Because if so, then you are missing the rest of the command, which should be like this:

 cardano-node run \
 --topology testnet-topology.json \
 --database-path db \
 --socket-path db/node.socket \
 --host-addr x.x.x.x \
 --port 3001 \
 --config testnet-config.json

The path is correct? It looks like it searches for /testnet-config.json in /. That is probably not correct. And if it is correct, it’s just wrong.

How does your 'cardano-node.service` (and all scripts called in there) look like?


after running it this is what it shows

Start the node with host-addr 0.0.0.0 in case u didn’t