Skip to content

Instantly share code, notes, and snippets.

@jericbas
Created July 17, 2020 06:42
Show Gist options
  • Save jericbas/187aa023fbebf81e6e18bc7ff4c088db to your computer and use it in GitHub Desktop.
Save jericbas/187aa023fbebf81e6e18bc7ff4c088db to your computer and use it in GitHub Desktop.
Start Crontab-ui via pm2
// Run in background
// pm2 start ecosystem.config.js
module.exports = {
apps : [{
script: 'crontab-ui',
env: {
HOST : 'XXX.XXX.X.XX',
PORT : 8000
}
}]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment