diff --git a/conf/systemd.service b/conf/systemd.service index 2585d6f..8f0411f 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,7 @@ Group=__APP__ WorkingDirectory=__INSTALL_DIR__ Environment="__YNH_NODE_LOAD_PATH__" Environment="NODE_ENV=production" -ExecStart=__YNH_NPM__ __INSTALL_DIR__/app.js --port=__PORT__ +ExecStart=__YNH_NODE__ __INSTALL_DIR__/app.js --port=__PORT__ # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these