diff --git a/conf/systemd.service b/conf/systemd.service index f66f977..29c4331 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=./server/cli.js start --config ./config.json +ExecStart=server/cli.js start --config ./config.json # Sandboxing options to harden security # Depending on specificities of your service/app, you may need to tweak these