16 lines
281 B
Markdown
16 lines
281 B
Markdown
# Shelly Agent
|
|
|
|
## Running with PM2
|
|
|
|
To start the application using PM2:
|
|
|
|
```bash
|
|
pm2 start server.js --name shellyagent
|
|
```
|
|
|
|
Useful commands:
|
|
- **Restart**: `pm2 restart shellyagent`
|
|
- **Stop**: `pm2 stop shellyagent`
|
|
- **Logs**: `pm2 logs shellyagent`
|
|
- **Monitor**: `pm2 monit`
|