UNPKG

tcp-serial-relay

Version:

Modular TCP to Serial relay service with comprehensive logging, monitoring and web dashboard

16 lines (15 loc) 319 B
module.exports = { apps: [ { name: 'tcp-serial-relay-updater', script: './scripts/update-manager.js', args: '--auto-run', autorestart: false, watch: false, cron_restart: '0 3 * * *', // Default: Daily at 3:00 AM env: { NODE_ENV: 'production' } } ] };