Cannot start warp-svc.service on Ubuntu

I am trying to run cloudflare-warp on a barebone ubuntu server (22.04.3). After installation, the service (warp-svc) crashes immediately, and the only feedback I get is the exit code ‘NetworkInfoError’ and message:

... ERROR warp::warp_service::network_change: Failed to collect initial network info err=Os { code: 2, kind: NotFound, message: "No such file or directory" }

I’m assuming I am missing some prerequisites, but the documentation specifies nothing about it (at least not related). Any clues would be appreciated.

Hello,

Is the file being installed via root? Can we verify that the file has the necessary permissions on the server?

The service is certainly run as root, otherwise it would not start at all. It was installed with sudo apt-get install cloudflare-warp.