diff --git a/conf/systemd.service b/conf/systemd.service index ee9bdf9..809f828 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -8,7 +8,7 @@ User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ Environment="__YNH_NODE_LOAD_PATH__" -ExecStart=__YNH_NPM__ gancio start --config ./config.json +ExecStart=gancio start --config ./config.json # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these