Genieacs failed to start the service. Procedure

Hello:

When I used centos7 to set up genieacs, I encountered a problem, that is, Genieacs-CWMP and other services failed to start, but I specified the correct directory, is there a solution?

Startup error message:
[root@localhost ~]# systemctl status genieacs-cwmp
● genieacs-cwmp.service - GenieACS CWMP
Loaded: loaded (/etc/systemd/system/genieacs-cwmp.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since 六 2022-12-10 15:08:45 CST; 4s ago
Process: 8193 ExecStart=/root/node-v16.5.0-linux-x64/bin/genieacs-cwmp (code=exited, status=203/EXEC)
Main PID: 8193 (code=exited, status=203/EXEC)

genieacs startup file:
[root@localhost ~]# which genieacs-cwmp
/root/node-v16.5.0-linux-x64/bin/genieacs-cwmp

By looking at the error message it is clear to me you are doing something horribly wrong. First off: path. If it’s supposed to run as the user genieacs then it won’t have access to /root. Second is the error code 203. Might be related.