Does `radicle-node.service` depends on git?
I start the radicle-node service with the service unit file found on this repo https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5/tree/systemd/radicle-node.service which contains no git path, and it reported error:
error retrieving git version: No such file or directory (os error 2)
when I execute rad command (rad seed etc) on console.
Seems normally work after I added git to PATH of this service.
Yes, all Radicle binaries depend on Git, especially the node which uses
git upload-packfor transfers.I’m going to close this since Git is listed in the Requirements section of the README.