diff --git a/ecosystem.config.js b/ecosystem.config.js index 30b263a..e234f30 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -4,6 +4,7 @@ module.exports = { name: "explit", script: "npm", args: "start", + user: "plone", autorestart: true, watch: false, max_memory_restart: "1G",