Shelly Agent

Running with PM2

To start the application using PM2:

pm2 start server.js --name shellyagent

Useful commands:

  • Restart: pm2 restart shellyagent
  • Stop: pm2 stop shellyagent
  • Logs: pm2 logs shellyagent
  • Monitor: pm2 monit
Description
No description provided
Readme 1.2 MiB
Languages
JavaScript 100%