diff --git a/conf/systemd.service b/conf/systemd.service index 7f6629f..bd8ca52 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -9,7 +9,7 @@ Group=__APP__ WorkingDirectory=__FINALPATH__ Environment="PATH=__ENV_PATH__" Environment="NODE_ENV=production" -ExecStart=__YNH_NPM__ server.js --server:port=__PORT__ +ExecStart=__YNH_NPM__ start --server:port=__PORT__ Restart=always [Install]