diff --git a/conf/systemd.service b/conf/systemd.service index 1ed5941..ed05eac 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -6,7 +6,7 @@ After=network.target Type=simple User=__APP__ Group=__APP__ -WorkingDirectory=__FINALPATH__ +WorkingDirectory=__INSTALL_DIR__ Environment="NODE_ENV=production" ExecStart=__YNH_NODE__ index.js