zapty / forever-service

Provision node script as a service via forever, allowing it to automatically start on boot, working across various Linux distros and OS
https://github.com/zapty/forever-service
MIT License
594 stars 65 forks source link

max unlimited times #80

Open zainengineer opened 7 years ago

zainengineer commented 7 years ago

I can override the max by adding foreverOptions for max. But I want to remove default max option so process can restart unlimited times.

How can I do that ?