diff --git a/conf/systemd.service b/conf/systemd.service index 6249b5a..00de844 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,7 @@ Group=__APP__ WorkingDirectory=__FINALPATH__/ Environment="__YNH_NODE_LOAD_PATH__" Environment="NODE_ENV=production" -ExecStart="/opt/node_n/n/versions/node/19.4.0/bin/pnpm start" +ExecStart="/opt/node_n/n/versions/node/19/bin/pnpm start" TimeoutSec=60 Restart=always